Go to the project directory
cd techmahotsav
Install dependencies
npm install
Rename .env.example
to .env
and add these fields
PORT=
MONGO_URI=
JWT_SECRET=
Testing
npm test
Start the server
npm run start
On successfull setup-
🚀 Server ready at http://localhost:{PORT}
To run this project locally, you will need to add the following environment variables to your .env file
JWT_SECRET
MONGO_URI
PORT
To run tests, run the following command
npm run test