Skip to content

Leac1m/book-api-django-ninja

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Project using django ninja

This is my way of learning django ninja restframework. I'll keep on adding to it as time goes bye.

Setting Up

The following command are to be run on your terminal. If you run into issues, I'll be more than happy to help.

Clone repo

git clone https://github.com/Leac1m/book-api-django-ninja.git
cd book-api-django-ninja

Installing dependencies

Install python dependecies below.

python3 pip install -r requirements.txt

Setting the database

Run the migration code below.

python3 manage.py makemigrations
python3 manage.py migrate

Run server

start API server using the code below.

python3 manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages