rustyroad 0.1.8-beta

Rusty Road is a framework written in Rust that is based on Ruby on Rails. It is designed to provide the familiar conventions and ease of use of Ruby on Rails, while also taking advantage of the performance and efficiency of Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# To Do


- [] Add Migration CLI for each database
  - [x] Postgres
  - [ ] MySQL
  - [ ] SQLite
  - [ ] MongoDB
- [ ] Configure for docker with docker-compose
- [ ] React SSR or Leptos UI
  - React SSR has proven difficult with TypeScript[1]https://github.com/rileyseaburg/rust-react-ssr
- [ ] Make CLI more user friendly
  - [ ] Display Command options for all commands