- Windows
- Open terminal using WinKey+R then Type "cmd" and then click "OK" . Run the following command
git clone https://github.com/khalidsaifullaah/BOOKy.git
cd BOOKy
- Install and active virtual environment using
pip install virtualenv
virtualenv env
env\Scripts\activate
- Change the directory using
cd Source Code
- Now you need to install python packages to run the app
pip install -r requirements.txt
- Run Django app
python manage.py runserver