express-mongoose-es6-rest-api
express-mongoose-es6-rest-api copied to clipboard
:collision: A boilerplate application for building RESTful APIs Microservice in Node.js using express and mongoose in ES6 with code coverage and JsonWebToken Authentication
I'm already used this boilerplate for 3 projects, and I think adding a social auth endpoints as a removable module will be a good idea. Tell me what you think....
I have created a 'views' folder in server and ran 'yarn start' . But no folder is being created in 'dist'
How do you suggest that we handle versioning if we use this boilerplate?
I need to setup serverless in my API code.Please help me https://serverless.com/blog/serverless-express-rest-api/#converting-an-existing-express-application
Hello, you are using the following mongoose connection options: `mongoose.connect(mongoUri, { server: { socketOptions: { keepAlive: 1 } } })` I am surprised, what is the purpose of using a...
Current Docker engine documentation says that [`MAINTAINER`](https://docs.docker.com/engine/reference/builder/#maintainer-deprecated) has been deprecated in favor of `LABEL maintainer="..."` https://github.com/KunalKapadia/express-mongoose-es6-rest-api/blob/490b2850f36589ee31c3504c0c1cfabbec664e4f/Dockerfile#L4
I would be interested in hearing your opinion on a yeoman generator to generate a skeleton project based on this?
Running node-inspector is currently not possible in this project. The reason for this is that the paths in the sourcemaps are incorrect. To validate I cloned the project and committed...
So far all dependencies can be updated without problems.