This repository contains a full-stack web application built with Spring Boot and ReactJS that allows users to manage contact information. The application supports creating, updating, and deleting contact records, as well as uploading and displaying profile photos.
- Project Overview
- Technologies Used
- Setup Instructions
- Features
- API Endpoints
- React Components
- Contact
The Contact Management Application demonstrates how to build a robust full-stack solution with Spring Boot for the backend and ReactJS for the frontend. It includes features such as file uploads, REST API integration, and state management to maintain a smooth user experience.
- Backend: Spring Boot (Java)
- Frontend: ReactJS
- Database: MySQL (or any preferred RDBMS)
- Build Tool: Maven
- CSS Framework: Bootstrap/Tailwind CSS (optional)
- Clone the repository:
git clone https://github.com/nahcol10/contact-management-app.git
- Run backend:
mvn spring-boot:run
- Run frontend:
`npm install npm run start