This is an async postgresql backend for django using the psycopg driver.
kitchen is a simple django app for testing.
How to test kitchen:
poetry install
Then run the ASGI application:
uvicorn proj.asgi:application --port 8000
Endpoints:
GET http://localhost:8000/connect/
- to connect by websocket
GET http://localhost:8000/
- to make an order
./manage.py makemigrations --check
- console utilities