A very simple (just two endpoints) django-ninja API.
Features
- Poetry based
- type hinted
- run
bash bin/types.sh
- run
- tested
- run
bash bin/tests.sh
- run
- with custom user model
- JWT auth support
- with dev user auto login middleware
- including test client
- easy local setup
- run
cp .env.example .env
to duplicate the env file and you are good to go [for local development] - [faker based] fixture data included
- setup_dev_env command
- plus other helper commands
- run
- served with uvicorn/gunicorn
- dockerized
- run
docker compose up -V
- run