Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j03-dev/rango
Template my WebProject
https://github.com/j03-dev/rango
api orm rocket turso web
Last synced: 4 days ago
JSON representation
Template my WebProject
- Host: GitHub
- URL: https://github.com/j03-dev/rango
- Owner: j03-dev
- Created: 2023-11-13T09:00:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-22T21:39:36.000Z (4 months ago)
- Last Synced: 2024-10-31T23:06:44.361Z (about 2 months ago)
- Topics: api, orm, rocket, turso, web
- Language: CSS
- Homepage:
- Size: 222 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rango Template
- Rocket (Web FrameWork)
- Sqlite/Postgres/Mysql (Database)
- Rusql-Alchemy (ORM)## Migrate the Model
```bash
cargo run --bin migrate
```## Run the App
```bash
cargo run --bin app
```