- Download or clone this repository
- Change directory to the recently cloned repository folder or unziped folder
- Run following commands after clone the project
- cd ContactsManager
- pip install virtualenv
- virtualenv .
- (activate virtual env)
- cd src
- pip install -r requirements.txt
- python manage.py migrate
- python manage.py runserver