Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 855 Bytes

README.md

File metadata and controls

49 lines (38 loc) · 855 Bytes

django-ninja CRUD API

A simple crud api using django ninja Framework

Clone Project

git clone https://github.com/Aashishkumar123/django-ninja-crud-api

Install poetry

This project is configured with poetry, so install poetry with this command

pip install poetry

Activate virtual environment

Activate poetry virtual environment with this command

poetry shell

Install Dependencies

Install all the required dependenices for this project

poetry install

Database Migration

Migrate the database by following commands

python manage.py makemigrations
python manage.py migrate

Run the development server

python manage.py runserver

API documentations

Simply visit this url for api documentations

http://127.0.0.1:8003/api/docs