Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 911 Bytes

README.md

File metadata and controls

55 lines (41 loc) · 911 Bytes

Online Shopping App

This is a e-commerce project. NOT FINISHED YET

Tech stack

  • Spring Boot
  • Spring Data
  • Hibernate
  • H2 database and Redis
  • Unit Test
  • React.js and Redux
  • Reactstrap

Features

  • Validation in Spring Boot
  • With Unit Tests

Requirements

For building and running the application you need:

Build & Run

Back-end
mvn clean install && mvn --projects backend spring-boot:run
start redis-server.exe
Front-end
(Install all dependencies)
npm install
(Start Project)
npm start
(Port)
http://localhost:3000