Skip to content

This projects focuses on back-end of EndPrep which is developed with django.

Notifications You must be signed in to change notification settings

thakursaurabh1998/endprep-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EndPrep

This is a personal project to use django for endprep

How to run?

  1. Clone this repository.
  2. Install django with command pip install django (make sure you are using Python 3.6)
  3. Also postgresql server needs to be running.
  4. Go to the directory and run command python manage.py migrate and python manage.py makemigrations.
  5. Then populate the database with the command python manage.py loaddata populate_db.
  6. Run the server with the command python manage.py runserver. The server is up and running on port 8000.

Original Project Here

About

This projects focuses on back-end of EndPrep which is developed with django.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published