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

https://github.com/debonex/m-league-data-service

m-league-data backend service
https://github.com/debonex/m-league-data-service

m-league mleague rocket sqlite sqlx

Last synced: 2 months ago
JSON representation

m-league-data backend service

Awesome Lists containing this project

README

          

# m-league-data-service

backend for m-league-data

## run (Development)

- generate sqlite db file with [m-league-data-fetcher](https://github.com/Debonex/m-league-data-fetcher)

- modify `DATABASE_URL` in `.env` to point to the generated `.db` file

- `cargo run`