Bodimate Backend Project setup npm install For creating swagger documentation npm run swagger Swagger documentation can be accessed at http://localhost:5002/api-docs Authentication Bearer Token Environment Variables PORT=5000 MONGO_URI=mongodb://localhost:27017/bodimate JWT_SECRET EMAIL_PASS Compiles and hot-reloads for development npm run dev Compiles and minifies for production npm run start