Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexogeny/zara


https://github.com/alexogeny/zara

asgi async framework python webserver

Last synced: about 2 months ago
JSON representation

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"
```