jollopre / mps

Marshall Packaging System
MIT License
0 stars 0 forks source link
docker docker-compose javascript postgres rails5 react react-router-v4 redux redux-thunk ruby

Marshall Packaging System (MPS)

A tailored system for Marshall Packaging, Ltd.

Run tests

  $ make test

Run development mode

  $ make dev

The UI should be reachable at:

  http://0.0.0.0:8080

Please, use the default username and password provided to gain access (e.g. "user@somewhere.com" and "secret_password"). The API should be accessible through:

  http://0.0.0.0:3000

Stop development mode

  $ make dev_down