The server is based on Express.js with Typescript on top. It enables the use of types.
Install Node.js using either a package manager or an installer.
Clone this repository and install the dependencies
Install Node.js
Install yarn
Clone this repository
npm install
$ yarn dev
I use the tuto. Create simple api rest :
https://blog.morizyun.com/blog/typescript-express-tutorial-javascript-nodejs/index.html
Install and read documention Swagger UI Express :
&
Auto generate swagger.json
https://www.rajram.net/node-101-part-4-auto-generate-and-register-routes-in-node-for-web-apis-2/
&