Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```