Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.32 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.32 KB

Contact Management Application

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.

Table of Contents

  1. Project Overview
  2. Technologies Used
  3. Setup Instructions
  4. Features
  5. API Endpoints
  6. React Components
  7. Contact

Project Overview

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.

Technologies Used

  • Backend: Spring Boot (Java)
  • Frontend: ReactJS
  • Database: MySQL (or any preferred RDBMS)
  • Build Tool: Maven
  • CSS Framework: Bootstrap/Tailwind CSS (optional)

Setup Instructions

  1. Clone the repository:
    git clone https://github.com/nahcol10/contact-management-app.git
  2. Run backend:
      mvn spring-boot:run
  3. Run frontend:
      `npm install
       npm run start