Code Monkey home page Code Monkey logo

full-stack-crud-application-spring-boot-and-react_1's Introduction

Full Stack CRUD Application

A full-stack CRUD application built with Spring Boot, MySQL, Bootstrap, and React. This application allows users to perform Create, Read, Update, and Delete operations on a database.

Prerequisites

Before you begin, make sure you have the following software installed on your system:

  • Java 8 or later
  • MySQL
  • Node.js
  • npm

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Step 1: Clone the repository

Clone the repository to your local machine using the following command:

git clone https://github.com/<your-username>/full-stack-crud-application.git

Step 2: Create the database

Create a database in MySQL with the name "crud_db". You can do this by running the following command in the MySQL prompt:

CREATE DATABASE crud_db;

Step 3: Configure the database connection

Open the application.properties file in the src/main/resources directory and change the following properties to match your MySQL setup:

spring.datasource.url=jdbc:mysql://localhost:3306/crud_db spring.datasource.username=<your-mysql-username> spring.datasource.password=<your-mysql-password>

Step 4: Build and run the application

Navigate to the root directory of the project and run the following command to build and run the application:

./mvnw spring-boot:run

The application will be running at http://localhost:8080.

Step 5: Start the React client

Navigate to the client directory and run the following commands to start the React client:

npm install npm start

The React client will be running at http://localhost:3000.

Built With

Contributing

If you want to contribute to the project, please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

full-stack-crud-application-spring-boot-and-react_1's People

Contributors

isomer04 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.