One mini ERP system made for my graduation design.
express + mongoose + redis + semantic-ui
install dependencies:
$ cd . && npm install
run the app:
$ DEBUG=erp:* npm start
debug:
node-debug app.js --debug=3000
Template engine.
Validate form.
Record Log.Control the output of log content with six levels of log4js.
Redis session store.
...
├─bin
├─common
├─controller
├─logs
├─middleware
├─model
├─node_modules
├─proxy
├─public
│ ├─image
│ ├─javascript
│ ├─lib
│ └─stylesheet
└─views