Skip to content

lucashecht/toiletpaper-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Tracks toilet paper stock in nearby grocery store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages