Skip to content

Shivankar007/iiti-backend-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

iiti-backend-website

Description

This is the backend of the Electrical Department Website.

Instructions

  1. git clone the repo.
  2. Install the following dependencies in your environment.
    • Django : pip install django
    • Django-rest-framework : pip install djangorestframework
    • Django cors headers : pip install django-cors-headers
  3. perform all the migrations using python manage.py makemigrations followed by python manage.py migrate
  4. create a superuser using python manage.py createsuperuser
  5. run the server using python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%