Skip to content

A simple product management system built w/ React.js and redux

Notifications You must be signed in to change notification settings

waynelai614/product-management-system

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Product Management System

Requirements

Before starting, you'll need to have those below.

Environments

  • Node@7.7.3
  • NPM@4.1.2
  • Express@^4.13.3
  • React@^^15.3.2

Clone the project

$ git clone -b wayne git@github.com:waynelai614/react-homework.git
$ cd react-homework/

Running the app

Boot the app with

$ docker-compose up -d

Check container status

$ docker ps

Enter container

  • Services (defined in docker-compose.yml)
    • mongo
    • api
    • web

$ docker-compose run [SERVICE_NAME] /bin/bash

Stop the app

$ docker-compose down

Testing

  • API Server
    • Single run $ sh test api-server
    • Watch mode $ sh test api-server -w
  • Client Server
    • Single run $ sh test client-server
    • Watch mode $ sh test client-server -w

About

A simple product management system built w/ React.js and redux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.0%
  • HTML 4.7%
  • CSS 1.3%