Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 548 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 548 Bytes

Framework base for ToManage ERP/CRM and IoT

A framework to build your own ERP/CRM

Getting Started

Install

Need :

  • install Node.js > 4.0
  • install MongoDB > 3.2
git clone git@github.com:ToManage/framework.git
npm install -g bower
npm install
bower install

Using demo mongoDB database from dump directory

cp config.sample config

A demo database is in dump directory

Edit and replace demo name database in config file

Start

node debug.js

Demo authentication : admin/admin