Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1001 Bytes

README.md

File metadata and controls

36 lines (30 loc) · 1001 Bytes
  • This is my first Project which using React for frontend and using spring boot for the backend.
  • This is a very simple project which I used to practice.

Installation

  1. Install react
  2. Install React-Bootstrap
npm install react-bootstrap bootstrap

Use the website for more information.

  1. Create a Database and connect it. shop\src\main\java\lk\mycode\shop\ShopApplication.java

To Run the build of the app

  1. Run the Spring boot server.

MacOS/Linux:

./mvnw spring-boot:run

Windows:

mvnw spring-boot:run

  1. Run the React sever:
npm start