1.0.0 • Published 6 years ago

@tiledesk/tiledesk-api-nodejs v1.0.0

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
6 years ago

Prerequisites

  • Nodejs and npm installed
  • MongoDB installed and running on localhost

Installation and running

Step to run locally:

  • Clone this repo
  • Install dependencies with 'npm install'

  • Run the app with the command 'npm start' or with 'nodemon' if you want monitoring and auto reload.

      Install nodemon with 'npm install -g nodemon'

Deploy on Heroku

To see the log run : 'heroku logs -n 2000 --tail -a chat21-api-nodejs'

To use a custom domain with AWS Route 53 see https://devcenter.heroku.com/articles/route-53

Usage

On localhost

Docker compose

REST API

See the Tiledesk REST API here