Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 554 Bytes

File metadata and controls

3 lines (2 loc) · 554 Bytes

Six Degrees

Contact Management Application that was built following the Model-View-Controller design method for software development. It allows user to register and login. Accounts are secured within the PostgreSQL database with hash mapped passwords and users have the option of setting up 2-factor authentication. Allows users to create, read, update, and delete contacts, categories, and personal accounts. Users can filter and sort contacts based on name and categories. Additionally, users can email contacts individually or in category groups.