Skip to content

xarala221/django-phonebook

Repository files navigation

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-phonebook

Install dependencies

$ pip install -r requirements.txt / pipenv install

Run the application locally

$ python manage.py runserver

Open your browser and verify http://localhost:8000/

Deploy to Heroku

check out the deployment process (Here)