A mockup e-commerce website with design draw inspiration from www.pixiv.net, built using react, spring-boot and postgreSQL.
- Login & Register
- Home Page
- Searching by name and Tags
- Product page
- My Product pages (Seller)
- Cart page
- Transactions Page
- Post Review page
- Profile Page
java 17
maven v3.9.9
node v 20.2.0
Microsoft Azure blob storage url and SAS token
- clone this project
git clone https://github.com/W-ptra/dummyShop.git
- modify
application.property.example
based on your setting, can be found at/dummyShop/backend/src/main/resources/application.property.example
. After modify remove the.example
extension - install spring boot dependency and run it using maven.
inside backend directory
mvn clean install
mvn spring-boot:run
- install npm package and run react.
inside frontend directory
npm install
npm run dev
- Open browser and access following url
http://localhost:7000