Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kbarbounakis/most-web-oms-demo
Most Web Framework Order Management System Demo App
https://github.com/kbarbounakis/most-web-oms-demo
Last synced: 1 day ago
JSON representation
Most Web Framework Order Management System Demo App
- Host: GitHub
- URL: https://github.com/kbarbounakis/most-web-oms-demo
- Owner: kbarbounakis
- License: bsd-3-clause
- Created: 2016-02-03T13:18:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-03T13:34:29.000Z (almost 9 years ago)
- Last Synced: 2023-03-12T05:18:49.268Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# most-web-oms-demo (in progress)
![MOST Web Framework Logo](https://www.themost.io/assets/images/most_logo_sw_240.png)
Most Web Framework Order Management System Demo App
This is a demo OMS application built under [MOST Web Framework](https://github.com/kbarbounakis/most-web).
It serves a set of core services for managing products, orders and customers.## Installation
Clone this repository
git clone https://github.com/kbarbounakis/most-web-oms-demo.git
Navigate to clone folder
cd most-web-oms-demo
Use npm to install dependencies
npm install
Use bower to install client dependencies
cd app
bower installStart application by executing
npm start
Note: If you want to change port set environment variable PORTPORT=8000 npm start
Open your browser and navigate to [http://127.0.0.1:3000](http://127.0.0.1:3000)