vassaf / online-shop

Java SpringBoot Vue3 Online Shopping Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 đź‘‹

About

Java SpringBoot Vue3 Online Shopping Application

License:GNU General Public License v3.0


Languages

Language:Vue 52.4%Language:Java 41.7%Language:HTML 4.4%Language:JavaScript 1.5%