typescript-mongoose-express
typescript-mongoose-express copied to clipboard
Express and Mongoose ( async - await implementation )
Mongoose & Typescript & Express
Repository intended for producing API
Implementation of async - await methods in mongoose and express.
- Code coverage with Istanbul NYC
- No need for MongoDB in develop mode.
- Unit tests with Mockgoose
- API documentation using Swagger
Installation
npm install
npm start
URL
- API endpoint: http://localhost:3003
- Swagger UI: http://localhost:3003/docs
- Swagger json: http://localhost:3003/api/swagger
Swagger UI is based on 3.1.5 release.
![]() |
|