Pupil API A message and conversation HTTP API for Pupil Requirements MongoDB Node.js Installation $ npm install Usage $ MONGODB_URL=mongodb://mymongodb.com:27017 node app.js You can omit the MONGODB_URL variable if you wish to use localhost. Docker $ docker-compose build $ docker-compose up