This application is a simple demonstration of a Python/Django knowledge. To get started, follow the instructions below.
- Clone the repo
- Create your virtual env
virtualenv env
- Activate your env
source env/bin/activate
- Install the requirements
pip install -r requirements.txt
- Run Server
python manage.py runserver
- Visit your localhost (http://127.0.0.1:8000/) and your good to go.
With the app running, you can either register a superuser in terminal or use the registration option in the app. Then, log in to see the contact list.
Features included:
- Adding a new contact
- Deleting a contact
- Viewing the contact list
- Viewing a contact's details
- Searching the contacts