A port of the [Rocket Todo example](https://github.com/SergioBenitez/Rocket/tree/master/examples/todo) into [actix-web](https://actix.rs/). Except this uses PostgreSQL instead of SQLite.
# Usage
## Prerequisites
* Rust >= 1.26
* PostgreSQL >= 9.5
## Change into the project sub-directory
All instructions assume you have changed into this folder: