bookstoreapi
bookstoreapi copied to clipboard
A quick example on how to use Django-Ninja-Extra, Ninja-Schema(For ModelSchema) and Ninja-JWT(For authentication)
BookStoreAPI
Introduction
A quick example of how to use Django-Ninja-Extra, Ninja-Schema and NinjaJWT
Quick Start
For development:
Build Docker Image
bash scripts/docker_build.sh build
Run Docker Image
bash scripts/docker_build.sh up
Run image on background
bash scripts/docker_build.sh up -d
Visit: http://0.0.0.0:8001/api/docs
Stop Docker Image
bash scripts/docker_build.sh down
Preview
