# bookstoreapi **Repository Path**: shifeipython/bookstoreapi ## Basic Information - **Project Name**: bookstoreapi - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-02 - **Last Updated**: 2025-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BookStoreAPI ## Introduction A quick example of how to use [Django-Ninja-Extra](https://eadwincode.github.io/django-ninja-extra/), [Ninja-Schema](https://github.com/eadwinCode/ninja-schema) and [NinjaJWT](https://eadwincode.github.io/django-ninja-jwt/) ## Quick Start For development: ### Build Docker Image ```bash bash scripts/docker_build.sh build ``` ### Run Docker Image ```bash bash scripts/docker_build.sh up ``` Run image on background ```bash bash scripts/docker_build.sh up -d ``` Visit: [http://0.0.0.0:8001/api/docs](http://0.0.0.0:8001/api/docs) ### Stop Docker Image ```bash bash scripts/docker_build.sh down ``` Preview