-Install Dependencies: Once you are inside the project directory, you need to install the project dependencies. Run the following command:
npm install
-
Create and configure the environment variables in the .env file
MONGO_URL -
Run the project in the terminal with the following command:
npm run dev
- Navigate to
http://localhost:3000to view the application.