Skip to content

A mockup e-commerce website with design draw inspiration from www.pixiv.net, built using react, spring-boot and postgreSQL.

Notifications You must be signed in to change notification settings

W-ptra/dummyShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 

Repository files navigation

DummyShop

A mockup e-commerce website with design draw inspiration from www.pixiv.net, built using react, spring-boot and postgreSQL.

Technologies Used

Frontend

TypeScript React TailwindCSS

Backend

Java Spring Boot JWT

Database & Storage

PostgreSQL Azure Blob Storage

Features

  • Login & Register

img

  • Home Page

img img

  • Searching by name and Tags

img

  • Product page

img img img

  • My Product pages (Seller)

img

  • Cart page

img img

  • Transactions Page

img

  • Post Review page

img

  • Profile Page

img

Prerequisite

  1. java 17
  2. maven v3.9.9
  3. node v 20.2.0
  4. Microsoft Azure blob storage url and SAS token

Installations

  1. clone this project
git clone https://github.com/W-ptra/dummyShop.git
  1. 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
  2. install spring boot dependency and run it using maven. inside backend directory
mvn clean install
mvn spring-boot:run
  1. install npm package and run react. inside frontend directory
npm install
npm run dev
  1. Open browser and access following url
http://localhost:7000

About

A mockup e-commerce website with design draw inspiration from www.pixiv.net, built using react, spring-boot and postgreSQL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages