Skip to content

joswinemmanuel/Contact-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMS

Description

This project is a Contact Management System built using Flask. It provides a structured way to manage contacts, allowing users to add, view, delete and search their contact information and account along with pagination through a web interface.

Features

  • User registration and login
  • Add, edit, search, view and delete contacts
  • Notifications while performing an action
  • Edit or delete user account
  • Responsive design with a user-friendly interface

Installation

To set up this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/joswinemmanuel/Contact-Management-System.git
    cd Contact-Management-System
  2. Install the required packages:

    pip install -r requirements.txt
  3. Set up the database:

    • Ensure you have SQLite installed.
    • The database will be created automatically when you run the application.

Usage

To run the application, execute the following command:

python app.py

Visit http://127.0.0.1:5000 in your web browser to access the application.

About

A Contact Management System that provides a structured way to manage contacts, allowing users to add, view, delete and search their contact information and account along with pagination through a web interface

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors