This project is a User Management System built with Spring Boot 3 for the backend and React for the frontend. It uses MySQL as the database. By Niko Nikolovski
Before you begin, ensure you have met the following requirements:
- MySQL is installed and running with Database name "vorlesung"
- You have installed git
- You have installed Java 17 or later
- You have installed Node.js and npm
- You have installed MySQL
- You have installed Maven
- Pull Project
git clone https://github.com/wrxngdev/JavaSpringBoot-User.git
- Go into the frontend directory
- Install all dependencies with npm
npm install
- Start the MySQL with the Database "vorlesung"
- Go into the backend directory and make a clean install
mvn clean install
- Start the Spring boot 3 Application
- Go into the frontend directory and start the React frontend
npm start