A demo nodejs service written in typescript
Service exposes two rest endpoints
- Get /user : to list all the users in the mongodb 'user' collection
- Post /user : to add new users into the mongodb 'user' collection
Integrations used
- Logging : Winston
- MongoDb : Mongoose
- Unit/Api Test : Mocha, chai
Todo:
- Dockerize the application