Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```