backend-node-express
backend-node-express copied to clipboard
RESTful APIs using Node.js, Express, Passport and Mongoose
Results
2
backend-node-express issues
Sort by
recently updated
recently updated
newest added
Changed "userId" to "roleId" at Role Routes.
NODE_ENV missing form .env file , it may cause an issue beacuse the validation in your code might fail because NODE_ENV is marked as required in the Joi schema. Asking...