Skip to content

junseok5/virtual-fitting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual-fitting

Completed.

About

The project is virtual fitting open market relevant graduation project.

Stack

Frontend

  • React
  • React Router
  • Redux
  • Redux-pender
  • Sass

Backend

  • Node.js
  • Koa
  • MongoDB
  • Mongoose
  • Jsonwebktoken

Running on your Machine

These instructions will get you a copy of the project up and running on your local machine for development or testing purposes.

Prerequisites

  • Node.js v8^
  • yarn
  • MongoDB

Installation

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

Rename .env.bak file

You have to rename .env.bak file to .env in backend directory. This file contains environment variable for the server.

Move prototype_images

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.

Running Backend Development Server

To run the development server, execute following command inside backend directory:

$ yarn start:dev

Running Frontend Webpack Development Server

To run the webpack-dev-server for frontend, execute following command inside frontend directory:

$ yarn start

About

Virtual fitting web prototype.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published