https://github.com/shitu13/contact-app
Contact App is a web application for managing contact details. It features a Spring Boot backend with PostgreSQL and a React frontend.
https://github.com/shitu13/contact-app
Last synced: 2 months ago
JSON representation
Contact App is a web application for managing contact details. It features a Spring Boot backend with PostgreSQL and a React frontend.
- Host: GitHub
- URL: https://github.com/shitu13/contact-app
- Owner: shitu13
- Created: 2024-07-26T18:53:06.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T18:59:15.000Z (10 months ago)
- Last Synced: 2025-01-21T08:31:31.820Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 197 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Contact App
Contact App is a web application for managing contact details. It features a Spring Boot backend with PostgreSQL and a React frontend. The application allows users to perform CRUD (Create, Read, Update, Delete) operations on contact information.
## Features
- **Create**: Add new contacts with names and details.
- **Read**: View contact details.
- **Update**: Edit existing contact details.
- **Delete**: Remove contacts.## Technologies Used
- **Backend**: Spring Boot
- **Frontend**: React
- **Database**: PostgreSQL