Work In Progress
- Download Rust & the SeaORM CLI
cargo install sea-orm-cli
- Download Docker Compose to host your database & the Redis session store
- Run
docker compose up --build
to build your Docker image
- Run
- Rename
TODO.env
to.env
- Run
cargo run
to run the backend at http://localhost:8080
docker compose start
: Start your existing Docker imagecargo fmt
: Code formattingcargo watch -x run
: Run the backend with hot reloading (Runcargo install cargo-watch
first)
- File upload route?