Medical Appointment Scheduling
Concept showcase for "Design of a Web-Based Appointment Scheduling System for Small and Medium-Sized Medical Facilities".
Showcase
A snapshot of this repository is available on Heroku.
How to deploy
This application can be easily deployed to Heroku. tbd
How to run locally
After checkout, run:
$ npm install
$ npm start
This requires node >=4 together with npm to be installed.
Tests
Both unit and end-to-end tests do exist for most parts of the application.
Unit tests
$ npm run test
End-to-end tests
Make sure you have a running instance in another terminal before running end-to-end tests.
$ npm run e2e