Skip to content

monkeber/zero2prod

Repository files navigation

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

About

Project that I've built following Zero To Prod book by Luca Palmieri.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors