Completed.
The project is virtual fitting open market relevant graduation project.
- React
- React Router
- Redux
- Redux-pender
- Sass
- Node.js
- Koa
- MongoDB
- Mongoose
- Jsonwebktoken
These instructions will get you a copy of the project up and running on your local machine for development or testing purposes.
- Node.js v8^
- yarn
- MongoDB
Clone this project from the github repository.
$ git clone https://github.com/junseok5/virtual-fitting
Install packages in both backend and frontend directory using following command:
$ yarn
You have to rename .env.bak file to .env in backend directory. This file contains environment variable for the server.
If you would like to see prototype products, you have to move image files in prototype_images to backend/public/images/sample_images path. Actually, public folder was not created. You have to create folders that was not exist.
To run the development server, execute following command inside backend directory:
$ yarn start:dev
To run the webpack-dev-server for frontend, execute following command inside frontend directory:
$ yarn start