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
- Host: GitHub
- URL: https://github.com/debonex/m-league-data-service
- Owner: Debonex
- Created: 2022-05-04T07:54:54.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-17T03:44:58.000Z (over 3 years ago)
- Last Synced: 2025-02-28T12:46:26.043Z (over 1 year ago)
- Topics: m-league, mleague, rocket, sqlite, sqlx
- Language: Rust
- Homepage: http://mleaguedata.fun
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`