rsamit26 / Addressbook

AddressBook with limited Function : Add , Delete, Update

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Addressbook

A simple addressBook with limited Function : Add , Delete, Update using Django framework.

Instruction

  • Clone Repo
  • Create virtual environment for using this project
  • Run these command
 pip install -r requirement.txt
 python manage.py migrate 
 python manage.py runserver 

Once server is running visit these path links :

For all contacts = localhost:8000/contacts

About

AddressBook with limited Function : Add , Delete, Update


Languages

Language:Python 72.5%Language:HTML 27.5%