Skip to content

pawanganesh/drfstarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drf Starter

Installation

Make sure you have python3.8/+ installed.

pip install -r requirements.txt

Create a file in the project root folder named .env following the .env.template file

After dependencies are installed migrate your database.

python manage.py makemigrations
python manage.py migrate

Create a superuser.

python manage.py createsuperuser

Run server.

python manage.py runserver

Now, navigate to the docs.

http://localhost:8000/docs/

##Have Fun!

##Please do not hesitate to open an issue or create a pull request.

About

Django Rest Framework starter project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published