397 B
397 B
Getting started with developing
- Clone the repository.
- Install and configure Postgresql. Create a new database for brass:
createdb brass
. - TODO: Configure DB name, DB user & pass, DB connection string, ...
- Install sqlx-cli:
cargo install sqlx-cli
- Migrate the database:
sqlx database setup
- Create superuse:
cargo r -- createadmin
Useful stuff
- cargo-watch, cargo-add