An open API service indexing awesome lists of open source software.

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.

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