This project was created while following the book 'Zero To Production In Rust' by Luca Palmieri.
The following tools were used during development:
- Rust, v. 1.68.2
- PostgreSQL, v. 13
Run cargo sqlx prepare in the project directory.
In order to setup necessary dependencies run the scripts from the project root:
./scripts/init_db.sh
./scripts/init_redis.shThen you can:
cargo testThe default admin to use:
Login: admin
Password: everythinghastostartsomewhere