Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.41 KB

README.md

File metadata and controls

48 lines (36 loc) · 1.41 KB

shikshastudio

Instructions to run this project locally:

  1. Clone repository:
$ git clone https://github.com/I-ArchanaDash/shikshastudio.git
  1. Go to shikshastudio:
$ cd shikshastudio   
  1. Install requirements:
$ pip install -r requirements.txt  
  1. Set up DB:
$ python manage.py makemigrations   
$ python manage.py migrate   
  1. Run the app:
$ python manage.py runserver  

Screenshots

Landing Page

Teacher's Login

Teacher's signup

Teacher's Dashboard

Thanks for reading.

Credits: Unacademy for the Landing page video