Skip to content

lzfxxx/virtual-fitting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

129f4ba · Nov 24, 2016

History

29 Commits
Sep 5, 2016
Nov 24, 2016
Sep 8, 2016
Sep 12, 2016
Nov 24, 2016
Nov 24, 2016
Sep 8, 2016
Jun 21, 2016
Jun 21, 2016
Aug 29, 2016
Sep 8, 2016
Oct 31, 2016
Nov 24, 2016
Aug 25, 2016
Aug 25, 2016

Repository files navigation

virtual-fitting

Environment

node >= 4
python >= 2.7

Code Style

https://github.com/airbnb/javascript

Develop

Pre-installs

First, You need to install MATLAB on your machine, and install MATLAB Engine API for Python.

Then, the database MongoDB also need to be installed following this page, choose your system.

Then Python environment and npm packages need to be installed by running following commands in root folder:

pip install Flask flask-restful flask-pymongo PyMongo flask-httpauth itsdangerous werkzeug Pillow
npm install

Every time before developing

Run following commands in separate terminal window under project root folder when developing:

cd assets/ && python simple-cors-http-server.py
npm start
cd server/ && python api.py
mongod

visit http://127.0.0.1:8989

Build

npm run build

About

A virtual fitting website based on photos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published