Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 808 Bytes

File metadata and controls

39 lines (25 loc) · 808 Bytes

ZeroToProd

Rust Postgres

This project was created while following the book 'Zero To Production In Rust' by Luca Palmieri.

Tools

The following tools were used during development:

  • Rust, v. 1.68.2
  • PostgreSQL, v. 13

Updating Sqlx Data

Run cargo sqlx prepare in the project directory.

Build And Run

In order to setup necessary dependencies run the scripts from the project root:

./scripts/init_db.sh
./scripts/init_redis.sh

Then you can:

cargo test

Default User

The default admin to use:

Login: admin
Password: everythinghastostartsomewhere