This project for write and support API on Swagger.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
This command will install all dependencies from package.json
$ npm install
Need create config.json
by format:
{
"url": "url server",
"port": 8600
}
To start the server use this command
$ npm run start
All, server is running.
TPD: write about deploy
- Create yaml file in directory
api
and write here. - Write new module in
api/index.js
and set url inapi/urls.js
. views/doc.pug
set container and link
This project is licensed under the MIT License.