Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stillru/billiard-flask-portal

Portal for billiard league
https://github.com/stillru/billiard-flask-portal

Last synced: 20 days ago
JSON representation

Portal for billiard league

Awesome Lists containing this project

README

        

### Working Notes

Create migrations:
```bash
flask --app backend.app db migrate --rev-id $(ls backend/migrations/versions | wc -1) -m"Linking between Players and Users" -d "backend/migrations"
```