Anywhere_Doctor

How to test Bot

  1. Install nodemon
npm install -g nodemon
  1. Clone the repository
  2. Go to inside main directory
  3. Install node modules
npm install
  1. After this, use app.js to run the service on localhost:8888 and sudo mongod/mongo on another terminal to create and connect with a local mongo database.
nodemon app.js

On other terminal

sudo mongod
  1. On you browser (use chrome) open http://localhost:8888/