Skip to content

Jeff-mwangi/contact_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contacts List Application 👨‍💼

contacts-list Template

contacts-list app template

Optional Text

Description

This is a simple contacts list application that allows you to add, edit, search and delete contacts. It is built on Django framework and uses a Postgres database to store the contacts.

Setting up and Running the application

  1. Clone the repository using the following command
git clone
  1. Create a virtual environment and activate it
python3 -m venv venv
source venv/bin/activate
  1. Install the dependencies
pip install -r requirements.txt
  1. Create a Postgres database and add the credentials to the .env file
  2. Run the migrations
python manage.py migrate
  1. Run the application
python manage.py runserver

Congrats! The application is now running 🥳

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published