Skip to content

mehmetpekdemir/E-commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

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