To run this project, you will need to add the following environment variables to your .env file in root directory.
ACCESS_TOKEN_SECRET=<Some secret key>
DATABASE_URI=<MongoDB connection url>
MODE=development
PORT=<Desired port number>
Install dependencies
npm install
Start the server
npm run dev