This project is based on an assignment of Object Oriented Software Engineering
-
Open terminal using Ctrl+T. Run the following command
git clone https://github.com/mansoorahmed-asterics/RestrauntApp-Django.git
-
Create and active virtual environment using
virtualenv -p python3 venv
cd venv
source bin/activate
-
Change the directory using
cd ..
cd RestrauntApp-Django master
-
Now run django server
py manage.py runserver