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 > .envInitialize the database:
diesel migration runRun the program:
cargo run- Add support for other products
- Create webpage
- Add tests