Run diesel migration run to run all migrations on the postgres database
Run cargo run --bin seed to seed the database with fake data. See src/seed.rs to setup default username/password for a login.
Run cargo run --bin main, which will start the app.
Notes (2018-10-05)
Rocket 0.3.17 doesn't seem to compile currently, so I reverted to 0.3.11 to get it working. There happens to be a problem on Windows machines due to the ring dependency and spectre vulnerability
I should make a CHANGELOG now that a few people have mentioned using this project as an example....