Node.js restful api using Express + Typescript + Mongoose +Mocha
This repository is an example of building NODE.js Restful APIs in Typescript.
- Node.js
- Typescript
- VS Code
- Mongoose
- Mocha + Chai + Sinon + SuperTest
- Basic understanding of ES6 and ES7 await/async syntax
Install yarn
$ npm install -g yarn
Install node modules for project
$ yarn