Introduction • Installation Guide • Screenshots • License • Contributors
- This is a simple react application to demonstrate how to integrate Spring Boot (Microservice) and React.
- The application is allows users to register and login. Once the user logs in, they can view a list of products and user's cart.
- The user can create, edit and delete products and add products to cart. (If any user has a product in their cart, that product cannot be deleted.)
- JWT is used for authentication.
- Redux is used for state management.
Tip
For more detail about the application, please refer to the following project: Spring Boot Microservice
-
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository $ git clone https://github.com/Ctere1/spring-boot-microservice-react # Go into the repository $ cd spring-boot-microservice-react # Install dependencies $ npm install # Run the app $ npm start











