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