Skip to content

xarala221/django-phonebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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)

About

This application is for my django tutorials on https://ousseynoudiop.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors