https://github.com/bdunnette/derby-names-nicegui
https://github.com/bdunnette/derby-names-nicegui
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bdunnette/derby-names-nicegui
- Owner: bdunnette
- Created: 2026-01-20T21:45:03.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-20T22:02:40.000Z (5 months ago)
- Last Synced: 2026-01-21T07:16:46.101Z (5 months ago)
- Language: Python
- Size: 2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Derby Name Generator
Generate (fun?) roller derby names using FastAPI, NiceGUI, and SQLModel.
### Installation
```bash
uv venv
uv
```
### Usage
```bash
uv run main.py
```
### API
The API is available at `http://localhost:8000/api`.
### UI
The UI is available at `http://localhost:8001`.