This is my first Rust project with the main objective to learn the language, I don't actually need to constantly know how much toiletpaper there is. I will add to the project as I learn new things.
Set the url of your database:
echo DATABASE_URL=mysql://[USERNAME]:[PASSWORD]@localhost/toiletpaper > .env
Initialize the database:
diesel migration run
Run the program:
cargo run
- Add support for other products
- Create webpage
- Add tests