https://github.com/ssrlive/todo-rs
rust demo based on rocket and sqlite3/postgresql and diesel
https://github.com/ssrlive/todo-rs
Last synced: 9 months ago
JSON representation
rust demo based on rocket and sqlite3/postgresql and diesel
- Host: GitHub
- URL: https://github.com/ssrlive/todo-rs
- Owner: ssrlive
- Created: 2021-07-27T11:55:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T12:42:13.000Z (almost 3 years ago)
- Last Synced: 2025-02-15T02:28:12.019Z (10 months ago)
- Language: Rust
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# toy_web
toy web app while studying rust and rocket.
# Rocket Todo Example
This example makes use of a SQLite database via `diesel` to store todo tasks. As
a result, you'll need to have `sqlite3` and its headers installed:
* **OS X:** `brew install sqlite`
* **Debian/Ubuntu:** `apt-get install libsqlite3-dev`
* **Arch:** `pacman -S sqlite`