- Rust
- pnpm
- node
- Docker
- Diesel CLI
First create .env
file with the following set
DATABSE_URL=<path/to/db>
docker compose up db
diesel migration run
cargo run
First create .env
file with the following set
PUBLIC_BACKEND_URL=<url_to_backend>
pnpm i
pnpm run dev