Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devhelpr/code-flow-canvas-api-with-swagger-openapi
https://github.com/devhelpr/code-flow-canvas-api-with-swagger-openapi
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/devhelpr/code-flow-canvas-api-with-swagger-openapi
- Owner: devhelpr
- Created: 2024-09-13T13:05:55.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T13:46:44.000Z (3 months ago)
- Last Synced: 2024-11-15T12:16:05.063Z (2 months ago)
- Language: TypeScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# API based on code-flow-canvas flow with swagger/openapi docs
This is a simple API based on a code-flow-canvas flow with swagger/openapi docs.
## Getting Started
```
npm install
npm run dev
``````
open http://localhost:3000
```