https://github.com/w-ptra/dummyshop
A mockup e-commerce website with design draw inspiration from www.pixiv.net, built using react, spring-boot and postgreSQL.
https://github.com/w-ptra/dummyshop
java-17 pixiv postgresql react spring-boot tailwindcss typescript
Last synced: 3 months ago
JSON representation
A mockup e-commerce website with design draw inspiration from www.pixiv.net, built using react, spring-boot and postgreSQL.
- Host: GitHub
- URL: https://github.com/w-ptra/dummyshop
- Owner: W-ptra
- Created: 2024-12-07T18:10:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-28T05:18:47.000Z (over 1 year ago)
- Last Synced: 2025-02-05T05:41:23.604Z (over 1 year ago)
- Topics: java-17, pixiv, postgresql, react, spring-boot, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 445 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# DummyShop
A mockup e-commerce website with design draw inspiration from www.pixiv.net, built using react, spring-boot and postgreSQL.
## Technologies Used
#### Frontend
  
#### Backend
  
#### Database & Storage
 
## Features
- Login & Register

- Home Page


- Searching by name and Tags

- Product page



- My Product pages (Seller)

- Cart page


- Transactions Page

- Post Review page

- Profile Page

## 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
```
2. 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
3. install spring boot dependency and run it using maven. ``inside backend directory``
```
mvn clean install
mvn spring-boot:run
```
4. install npm package and run react. ``inside frontend directory``
```
npm install
npm run dev
```
5. Open browser and access following url
```
http://localhost:7000
```