https://github.com/pwang1997/b2c-online-clothing-store
https://github.com/pwang1997/b2c-online-clothing-store
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pwang1997/b2c-online-clothing-store
- Owner: pwang1997
- Created: 2022-09-22T20:40:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-21T19:01:29.000Z (over 3 years ago)
- Last Synced: 2025-11-20T08:03:27.544Z (8 months ago)
- Language: JavaScript
- Size: 3.18 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Online Clothing Store Web Application
---
+ [Proposal Document](https://docs.google.com/document/d/1nWAhg3f3iFeXvfbOGcKO2rCT1z0vefzAPebZNY3n-tY/edit?usp=sharing)
+ Milestone 1:
+ Well-defined navigation bar with at least 5 relevant web pages
+ A search bar
+ External links (e.g., social media icons)
+ At least 2 internal links (e.g., featured contents with some images)
+ A slideshow, video or any visual media (e.g., ads for products or services)
+ A call to action (CTA), e.g., create an account, book a demo, subscriber opt-in
newsletter
+ Add 2 services (blog, payment, live chat, location, etc.)
### How to Run:
----
#### Docker:
```
docker-compose up -D
```
go to localhost:3000 to view the frontend.
#### NPM/YARN:
1. go to directory oauth/payment/view.
2. npm install/yarn to install dependencies.
3. npm start/yarn start to start service.
4. go to localhost:3000 to view the frontend.