Skip to content

HaydiKodlayalim/online-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

online-shop

Shopping Application based on Java, SpringBoot, Vue3, Mongo, ElasticSearch, Redis tech stack

Prerequisites

Ensure you have this installed before proceeding further

Java 11 or above Maven 3.3.9+ Node 12.9 or above, yarn 1.22.5 or above, vue-cli 4.5.6 or above

Navigate to PROJECT_FOLDER/web (should contain package.json )

yarn install

build the project (this will put the files under dist folder)

yarn build

start the project

yarn start

Build Backend (SpringBoot Java)

Maven Build : Navigate to the root folder where pom.xml is present

mvn clean install

Feel free to contribute 👋