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.
- 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
To set up this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/joswinemmanuel/Contact-Management-System.git cd Contact-Management-System -
Install the required packages:
pip install -r requirements.txt
-
Set up the database:
- Ensure you have SQLite installed.
- The database will be created automatically when you run the application.
To run the application, execute the following command:
python app.pyVisit http://127.0.0.1:5000 in your web browser to access the application.