Rocket/examples/todo
Sergio Benitez f74e286e31 Add templating support in contrib crate.
The contrib crate now contains support for both Handlebars and Tera. No
documentation yet.

resolves #5
2016-09-22 04:12:07 -07:00
..
db Fully working todo example. Apparently didn't commit in a while. Need to be better at that. 2016-08-01 19:07:36 -07:00
migrations Fully working todo example. Apparently didn't commit in a while. Need to be better at that. 2016-08-01 19:07:36 -07:00
src Add templating support in contrib crate. 2016-09-22 04:12:07 -07:00
static Add templating support in contrib crate. 2016-09-22 04:12:07 -07:00
templates Add templating support in contrib crate. 2016-09-22 04:12:07 -07:00
Cargo.toml Add templating support in contrib crate. 2016-09-22 04:12:07 -07:00
README.md Added run notes to TODO. 2016-08-01 20:01:47 -07:00
bootstrap.sh Added Cookied as a response: can now set cookies. Added example of setting cookies. Working on retrieving them. 2016-08-06 23:14:05 -07:00

README.md

Rocket Todo Example

Before running this example, you'll need to ensure there's a database file present. You can do this with Diesel.

Running migration with Diesel

Just run the following commands in your shell:

cargo install diesel_cli # installs the diesel CLI tools
DATABASE_URL=db/db.sql diesel migration run # create db/db.sql