Author: Jayaweerage Ishan Randika
- 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.
- Install react
- Install React-Bootstrap
npm install react-bootstrap bootstrap
Use the website for more information.
- Create a Database and connect it. shop\src\main\java\lk\mycode\shop\ShopApplication.java
- Run the Spring boot server.
MacOS/Linux:
./mvnw spring-boot:run
Windows:
mvnw spring-boot:run
- Run the React sever:
npm start