Setup on Linux, Bash, Python 3.6+ and pip 19.3+
-
git clone https://github.com/Siddharth-gupta99/CS308-Project.git
-
virtualenv venv -p python3
-
source venv/bin/activate
-
cd CS308-Project/attendance_portal/
-
pip install -r requirements.txt
-
python manage.py migrate
-
python manage.py runserver