Welcome to the Contact Management System, your one-stop solution for managing all your contacts! Built using Flask and SQLite3, this application allows users to create accounts, log in, and effortlessly manage their contact information.
Make sure you have the following installed:
Create a Virtual Environment: It's a good practice to create a virtual environment to manage dependencies. Run the following command:
python -m venv venvActivate the Virtual Environment:
On Windows:
venvScriptsactivateOn macOS/Linux:
source venv/bin/activateClone the repository:
git clone https://github.com/blandoncj/contact-management-system.gitNavigate to the project directory:
cd contact-management-systemInstall the required dependencies:
pip install -r requirements.txtRun the application:
python app/main.py



The system uses a relational database (SQLite3) with the following main entities:
Contributions are welcome! If you'd like to help improve this project, please follow these steps:
git checkout -b feature/new-feature).git commit -m 'Add a new feature').git push origin feature/new-feature).This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or feedback, feel free to reach out at:
Enjoy managing your contacts!