Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devhelpr/code-flow-canvas-with-backend-storage
https://github.com/devhelpr/code-flow-canvas-with-backend-storage
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/devhelpr/code-flow-canvas-with-backend-storage
- Owner: devhelpr
- Created: 2024-11-29T12:45:25.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-29T12:57:32.000Z (about 2 months ago)
- Last Synced: 2024-11-29T13:43:29.030Z (about 2 months ago)
- Language: CSS
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code flow canvas with backend storage
Code flow canvas is my visual programming system. In this version, I have added a backend storage system to save and load the code flow. Hono is used as the backend framework and the flow is saved in a JSON file.
```txt
npm install
npm run dev
``````txt
npm run deploy
```