{"id":22366590,"url":"https://github.com/rohitroy-github/springboot-smart-contact-manager","last_synced_at":"2026-02-17T01:01:09.040Z","repository":{"id":266295924,"uuid":"894899519","full_name":"rohitroy-github/springboot-smart-contact-manager","owner":"rohitroy-github","description":"A Spring Boot Smart Contact Manager app following the MVC pattern with a MySQL database. It includes secure user registration, role-based access, and full CRUD for contact management. Responsive and user-friendly interface for efficient contact organization.","archived":false,"fork":false,"pushed_at":"2024-12-17T11:17:05.000Z","size":191,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-05T14:47:13.466Z","etag":null,"topics":["backend","java","mysql","spring-boot","spring-mvc"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rohitroy-github.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-27T07:48:52.000Z","updated_at":"2025-04-13T23:10:36.000Z","dependencies_parsed_at":"2024-12-03T15:38:29.423Z","dependency_job_id":"d62a85d5-4adf-461c-ae7f-74f6adc532cb","html_url":"https://github.com/rohitroy-github/springboot-smart-contact-manager","commit_stats":null,"previous_names":["rohitroy-github/springboot-smart-contact-manager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rohitroy-github/springboot-smart-contact-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitroy-github%2Fspringboot-smart-contact-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitroy-github%2Fspringboot-smart-contact-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitroy-github%2Fspringboot-smart-contact-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitroy-github%2Fspringboot-smart-contact-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rohitroy-github","download_url":"https://codeload.github.com/rohitroy-github/springboot-smart-contact-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitroy-github%2Fspringboot-smart-contact-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29528231,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T00:57:22.232Z","status":"ssl_error","status_checked_at":"2026-02-17T00:54:25.811Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backend","java","mysql","spring-boot","spring-mvc"],"created_at":"2024-12-04T18:14:22.597Z","updated_at":"2026-02-17T01:01:08.979Z","avatar_url":"https://github.com/rohitroy-github.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Smart Contact Manager\n\n**Smart Contact Manager** is a Spring Boot-based application that helps users manage their personal and professional contacts with ease. It features secure user authentication and provides a seamless interface to add, update, delete, and view contacts.\n\n## Features\n\n- **User Management**: Create, update, and manage user profiles.\n- **Contact Management**: Add, edit, delete, and list contacts.\n- **Authentication and Authorization**: Secure login and user verification.\n- **RESTful APIs**: Easy integration with other systems.\n- **Search and Filter**: Quickly find contacts by name, email, or phone number.\n- **Profile Management**: Update personal information, profile picture, and settings.\n\n---\n\n## Tech Stack\n\n- **Backend**: Spring Boot\n- **Database**: MySQL\n- **Frontend**: Thymeleaf\n- **Build Tool**: Maven\n- **Language**: Java\n- **ORM**: JPA / Hibernate\n\n---\n\n## Snapshots\n\n| ![Snapshot 1](https://github.com/user-attachments/assets/7027107d-c867-4d10-8039-a1a367366666) | ![Snapshot 2](https://github.com/user-attachments/assets/d3bf2f29-575b-43a8-bc08-dc196c87c247) |\n|--------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------|\n| ![Snapshot 3](https://github.com/user-attachments/assets/0100794e-45bd-42f4-96a6-d232fa9d5fcd) | ![Snapshot 4](https://github.com/user-attachments/assets/c30cc102-10b2-430f-aec8-462bbbc7a270) |\n\n---\n\n## Getting Started\n\n### Prerequisites\n\n- **Java**: JDK 11 or higher\n- **MySQL**: Installed and running\n- **Maven**: Installed\n- **IDE**: IntelliJ IDEA, Eclipse, or any Java IDE \n\n### Installation\n\n- First, clone the repository to your local system using the following command:\n\n```\ngit clone \u003crepository-url\u003e\n```\n\n- Navigate into the project directory using the cd command:\n\n```\ncd scm\n```\n\n- Install the required frontend dependencies for the project by running:\n\n```\nnpm install\n```\n\n- Create a new database named scm_db by running the following SQL command:\n\n```\nCREATE DATABASE scm_db;\n```\n\n- Make a copy of the [.env.example] file and name it [.env] and open the [.env] file and replace all the placeholder values (like GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, etc.) with your actual credentials.\n\n- Run the Spring Boot application. Start the project using Maven by running: \n\n```\n./mvnw spring-boot:run\n```\n\n- Once the application is running, open your browser and go to the following URL:\n\n```\nhttp://localhost:8081\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohitroy-github%2Fspringboot-smart-contact-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frohitroy-github%2Fspringboot-smart-contact-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohitroy-github%2Fspringboot-smart-contact-manager/lists"}