Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexogeny/zara
https://github.com/alexogeny/zara
asgi async framework python webserver
Last synced: about 2 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 (5 months ago)
- Default Branch: heart
- Last Pushed: 2024-09-17T23:25:12.000Z (4 months ago)
- Last Synced: 2024-09-18T03:47:16.680Z (4 months ago)
- Topics: asgi, async, framework, python, webserver
- Language: Python
- Homepage:
- Size: 233 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"
```