Getting started with Django, this is a full stack web application.
Make sure you've Python and PIP installed in your local computer.
$ git clone https://github.com/xarala221/django-phonebook.git
$ cd django-phonebook
$ pip install -r requirements.txt / pipenv install
$ python manage.py runserver
Open your browser and verify http://localhost:8000/
check out the deployment process (Here)