Skip to content

wrxngdev/JavaSpringBoot-User

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Management System

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

Prerequisites

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

Installation

  1. Pull Project
git clone https://github.com/wrxngdev/JavaSpringBoot-User.git
  1. Go into the frontend directory
  2. Install all dependencies with npm
npm install
  1. Start the MySQL with the Database "vorlesung"
  2. Go into the backend directory and make a clean install
mvn clean install
  1. Start the Spring boot 3 Application
  2. Go into the frontend directory and start the React frontend
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages