Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mitinpavel/todo_turbolinks

A simple Turbolinks 5 app visually indistinguishable from TodoMVC JavaScript apps
https://github.com/mitinpavel/todo_turbolinks

handlebars redis restful rocket turbolinks

Last synced: 16 days ago
JSON representation

A simple Turbolinks 5 app visually indistinguishable from TodoMVC JavaScript apps

Awesome Lists containing this project

README

        

# TodoTurbolinks

A simple [Turbolinks 5](https://github.com/turbolinks/turbolinks) app visually indistinguishable from [TodoMVC](http://todomvc.com/).

Read [a blog post](http://novembermeeting.blogspot.co.uk/2017/10/todoturbolinks-rocket-redis-turbolinks-5.html) about the app.

## Tags

Turbolinks, Rust, Rocket, Redis, Serde, Handlebars, RESTful

## Buzzwords

- [x] [Turbolinks](https://github.com/turbolinks/turbolinks)
- [x] [Rocket](https://rocket.rs/)
- [x] [r2d2](https://github.com/sfackler/r2d2)
- [x] [Redis](https://redis.io/)
- [x] [Serde](https://serde.rs/)
- [x] [Handlebars](https://github.com/sunng87/handlebars-rust)

## Getting started

Having Redis up and running on localhost:6379
```
git clone [email protected]:MitinPavel/todo_turbolinks.git
cd todo_turbolinks/
cargo run
```

## Dependencies

Rust: 1.22.0-nightly
Rocket: 0.3.3
Turbolinks: 5.0.3

## License

MIT