https://github.com/nitor-infotech-oss/restcodegenerator
https://github.com/nitor-infotech-oss/restcodegenerator
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nitor-infotech-oss/restcodegenerator
- Owner: nitor-infotech-oss
- Created: 2020-10-21T03:48:46.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-21T03:50:21.000Z (almost 5 years ago)
- Last Synced: 2025-02-01T09:22:10.763Z (8 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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=jsonHow to get Swagger doc in format of yaml?
Ans : localhost:3000/swaggerdoc?type=yaml1. 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.