This is a simple CRUD Application build using SpringBoot and Reactjs and MySQL
-
Clone the Repository:
git clone github.com/Poori99/Full-Stack-Project---Backend.git cd fullstack-backend -
Backend Setup:
-
You can find the Backend repository here (https://github.com/Poori99/Full-Stack-Project---Backend).
-
Clone the backend repository and open in your preferred IDE:
git clone https://github.com/Poori99/Full-Stack-Project---Backend.git cd fullstack-backend -
Build the backend Project.
-
Run the Application.
-
Your SpringBoot backend should now be running at
http://localhost:8080.
-
-
Frontend Setup:
-
You can find the Fronend repository here (https://github.com/Poori99/Full-Stack-Project---Frontend).
-
Clone the backend repository and open in your preferred IDE:
git clone https://github.com/Poori99/Full-Stack-Project---Frontend.git
-
Install Node.js dependencies:
npm install
-
Start the React development server:
npm start
-
Your React frontend should be accessible at
http://localhost:3000.
-
-
Access the Application:
- Open a web browser and go to
http://localhost:3000to access the FullStack application.