The projects serves as the backend for the AcmeHealth system. It performs simple OAuth token validation and CRUD operations for appointements. After configuring this project, you must also deploy one of the front end applications.
The front end projects are available in Angular single page application or a Swift mobile app.
$ sudo gem install cocoapods
$ brew install node
$ git clone [email protected]:jmelberg/acmehealth-server.git
Note: Version 6.9.4 works out of the box. Please use this over any other versions of node.
$ npm install -g n
$ n 6.9.4
$ npm install --no-optional
$ node server.js --iss "https://example.oktapreview.com/oauth2/aus7xbiefo72YS2QW0h7" --aud "http://localhost:8080"