Follow these steps to run the project locally:
- Clone or download the project.
- Install dependencies:
npm install
Database Setup Create an account on MongoDB.
Create a new database.
Connect the database to the project using your MongoDB connection string.
Seed the Database Open your browser and go to:
bash
http://localhost:3000/api/seed Run the Project Start the development server:
bash
npm run dev