A simple crud api using django ninja Framework
git clone https://github.com/Aashishkumar123/django-ninja-crud-api
This project is configured with poetry, so install poetry with this command
pip install poetry
Activate poetry virtual environment with this command
poetry shell
Install all the required dependenices for this project
poetry install
Migrate the database by following commands
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
Simply visit this url for api documentations
http://127.0.0.1:8003/api/docs