Skip to content

Aashishkumar123/django-ninja-crud-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple CRUD Api using django-ninja Framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages