This is a template for creating Web-API's with Typescript. Express and Swagger. Also the packages for unit testing are included. Therefore are mocha and chai used
The swagger documentation is available at: http://localhost:4000/docs
The documentation is written with the yaml-based OpenApi-standard
Clone the project ann install all required packages
git clone https://github.com/Schmidt-jan/Node_Template.git
cd Node_Template
npm install
Run the server and swagger documentation:
npm start
Run tests
npm test