Deployment: https://jobs-api-ldan.onrender.com Project Setup In order to spin up the project, in the root create .env with these three variables, with your own values. MONGO_URI JWT_SECRET JWT_LIFETIME After that run this command npm install && npm start