https://github.com/alexogeny/zara
https://github.com/alexogeny/zara
asgi async framework python webserver
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexogeny/zara
- Owner: alexogeny
- License: gpl-3.0
- Created: 2024-07-31T12:28:31.000Z (over 1 year ago)
- Default Branch: heart
- Last Pushed: 2024-10-15T10:22:58.000Z (over 1 year ago)
- Last Synced: 2025-01-18T06:46:57.020Z (about 1 year ago)
- Topics: asgi, async, framework, python, webserver
- Language: Python
- Homepage:
- Size: 291 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zara
Describe your project here.
To run keycloak locally:
```bash
docker run -p 8080:8080 -e KEYCLOAK_ADMIN=admin -e KEYCLOAK_ADMIN_PASSWORD=admin quay.io/keycloak/keycloak:latest start-dev
```
to create a migration:
```bash
uv run migrate.py --create "intial"
```