Skip to content

The server which powers Realtime Patients Monitoring System

License

Notifications You must be signed in to change notification settings

alentar/rpms-server

Repository files navigation

Realtime Patients Monitoring System - Server Build Status

Installation

  • Install NodeJS, MongoDB, Redis for your system (without redis this wont work)
  • Install npm or yarn
  • Rename .env.example to .env
  • Start MongoDB
  • Run yarn run dev or npm run dev
  • Check http://localhost:3000/api/status to see it works
  • To build docs run npm run apidoc
  • To test app run npm run test

With gulp (recommended)

gulp is a task runner, so we have automated everything with it

  • Install gulp globally with npm install -g gulp-cli
  • Run npm install or yarn on project root
  • Run gulp to start server on your port
  • Run gulp watch to automatically lint your code and build APIDocs on demand
  • Make sure you run these tasks in separate terminals
  • To test your code run gulp test
  • To lint your code run gulp lint
  • To build docs run gulp apidoc

Access API docs

  • Visit HOST:PORT/docs

About

The server which powers Realtime Patients Monitoring System

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •