This commit is contained in:
@@ -53,7 +53,3 @@ Requires two things set in Gitea repository settings:
|
|||||||
```bash
|
```bash
|
||||||
docker run -d -p 3000:80 <registry>/catalyst:latest
|
docker run -d -p 3000:80 <registry>/catalyst:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
## Migrating to a real backend
|
|
||||||
|
|
||||||
All database operations are in `js/db.js`. The functions `getInstances`, `getInstance`, `createInstance`, `updateInstance`, and `deleteInstance` are the only things that would change — swap the `db.run()` / `db.exec()` calls for `fetch()` calls to your API and the rest of the app is untouched.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user