Dajngo PhoneBook. dev to deployment
Getting started with Django, this is a full stack web application.
Setup the application
Make sure you've Python and PIP installed in your local computer.
Clone the repository
$ git clone https://github.com/xarala221/django-phonebook.git
$ cd django-phonebookInstall dependencies
$ pip install -r requirements.txt / pipenv installRun the application locally
$ python manage.py runserverOpen your browser and verify http://localhost:8000/
Deploy to Heroku
check out the deployment process (Here)