About and database table to convert for the orm

This commit is contained in:
gom-by
2025-01-14 13:49:04 +01:00
parent 0c0e5f80b9
commit 24e3272ab5
8 changed files with 94 additions and 4 deletions

View File

@@ -11,6 +11,12 @@ cd ./latosa-frontend
deno install
```
then use the init to developp
```bash
./init.sh
```
## Run
To run the frontend part:
@@ -20,7 +26,17 @@ cd ./latosa-frontend/
deno task dev
```
It should launch properly, go at http://localhost:3000
It should launch properly, go at http://localhost:8000
Use this to sync with backend
```bash
docker compose up -d --build
```
## deploy
For deployement, it can be found at http://localhost:3000
## Committing