Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 452 Bytes

File metadata and controls

24 lines (17 loc) · 452 Bytes

NF-eBOT REST API

Builded with NodeJS/Express/Restify/MongoDB, this API is part of NF-eBOT services, provide all data to applications.


Install and Run

1. Global Dependencies

  • nodejs
  • pm2
  • grunt

2. Install

  • npm install

3. Create configuration file

  • Use config.js.dist.

4. Create/Upgrade API Documentation Page

This project use apidoc.

  • run grunt doc

3. Start dev:

  • grunt dev