You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
design | 4 years ago | |
migrations | 4 years ago | |
src | 4 years ago | |
.gitignore | 4 years ago | |
Cargo.lock | 4 years ago | |
Cargo.toml | 4 years ago | |
LICENSE.md | 4 years ago | |
Makefile | 4 years ago | |
README.md | 4 years ago | |
diesel.toml | 4 years ago |
README.md
Media Collection CRUD
This is an experiment with using Rust to build a CRUD web app.
Project Goals
- Create a practical "web app" to view / manage a collection of media, eg Movies, Video Games, Music.
- Strike a balance in Database design between a completely generic design, and a medium-specific design
- Utilize Rust as the primary implementation language
- Utilize Graphviz for design diagrams
Non-Goals
- Single-Page App
- Full interface / Web API separation