An open API service indexing awesome lists of open source software.

https://github.com/pwang1997/b2c-online-clothing-store


https://github.com/pwang1997/b2c-online-clothing-store

Last synced: 24 days ago
JSON representation

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.