This app is course project of CS223-Software Engineering Course.
- App being developed in Django
- version1.0
- Project Yasha
Clone the repo and in the root and run
python manage.py runserver
Install pip and run,
pip install -r requirements.txt
Requirements
- Python2.7
- django1.9.2