Skip to content

Eef-M/SpringBoot-ReactJS-CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SpringBoot-ReactJS-CRUD

This is an CRUD project for a web application built with Spring Boot and ReactJS, using a MySQL database managed by XAMPP.

Requirements

  • Java 17
  • NodeJs and npm
  • XAMPP with MySQL

Installation

  1. Clone the repository

    git clone https://github.com/Eef-M/SpringBoot-ReactJS-CRUD.git
  2. Import the database schema

    • Launch XAMPP and start the Apache and MySQL services
    • Open phpMyAdmin in your browser (usually at http://localhost/phpmyadmin/)
    • Create a new database called db_product
    • Import the db_product.sql file located in the database directory of this project
  3. Run the Spring Boot application

    cd springboot-backend
    ./mvnw spring-boot:run

    or you can also run it via Intellij IDEA

  4. Run the ReactJS application

    cd react-frontend
    npm install
    npm start
  5. Open the application in your browser

Technologies Used

  • Spring Boot 3
  • ReactJS
  • MySQL
  • XAMPP
  • VS Code
  • Intellij IDEA

By Eef Mekelliano

Thanks!

About

Simple CRUD using Spring Boot Framework and ReactJS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published