Node, Express, MongoDB
To run this project, you will need to add the following environment variables to your .env file
PORT
MONGO_URL
Clone the project
git clone https://link-to-projectGo to the project directory
cd backendInstall dependencies
npm installStart the server
npm start