/toiletpaper-rs

Tracks toilet paper stock in nearby grocery store

Primary LanguageRust

Toilet Paper Tracker

About

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.

Usage

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

ToDo

  • Add support for other products
  • Create webpage
  • Add tests