Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.2 KB

File metadata and controls

31 lines (19 loc) · 1.2 KB

CS11-1 COMP5703 Group-Based Capstone Project - LeukBook

Team member: Jingyi Zheng (510082271); Fanqi Kong (510260824);Jiangxue Chen (500088586); Jingyi Xie (510539395); Tianjie Lu (510604110); Zirong Guo (500417317)

Brief Introduction of Project

In the current fashion market where most of the clothing is under 14, female consumers who wear a 14+ are neglected, which makes them feel out of fashion and also difficult to buy suitable clothing. LeukBook has provided these consumers with a one-stop fashion platform that gather some excellent plus-sizewomen's clothingbrands.

So this project aims to build a PoC of the “Fit tech” to help these consumers to get the size recommendation for clothing from different brandsand quickly get the best fitting clothes.

Getting Started

First, download dependencies in the backend and frontend path seprately:

npm install

Then, enter the backend path and run the backend server first:

npm start

Finally, enter the frontend path and run the frontend server:

npm start

Finally, if the frontend terminal show you "http://localhost:3000", it works. And now you can see the result in the http://localhost:3000.