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: 5 months 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
```