An open API service indexing awesome lists of open source software.

https://github.com/nitor-infotech-oss/restcodegenerator


https://github.com/nitor-infotech-oss/restcodegenerator

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# restcodegenerator

TODO
1. Package Json file.
2. Pagination in get api.
3. Validation in input parameter.
4. sql support
5. Auto generate entity based on db schema.
6.

How to get Swagger doc in format of Json?
Ans : localhost:3000/swaggerdoc?type=json

How to get Swagger doc in format of yaml?
Ans : localhost:3000/swaggerdoc?type=yaml

1. JSON Model to NodeJS REST API's and Swagger.
2. Generate JSON and Yaml
3. Generate Swagger Crud REST API's
4. Swagger JSON to POSTMAN Collection
5. Swagger JSON to Any Language REST API CODE.
6. POSTMAN COllection to any language API calling code.