Coder Social home page Coder Social logo

patientserver's Introduction

This spring boot demo app provides a cloud service for receiving and storing patient check-in data, as well as a service for returning that check in data to doctors upon request.

** The instructions below are from Jules White's Oauth2 Video app that this app's Oauth2 configuration is derived from

Warning

UNDER NO CIRCUMSTANCES SHOULD YOU USE THE INCLUDED KEYSTORE IN A PRODUCTION APP!!! UNDER NO CIRCUMSTANCES SHOULD YOU USE THIS APP "AS IS" IN PRODUCTION!!!

Running the Application

Please read the instructions carefully.

To run the application:

  1. (Menu Bar) Run->Run Configurations

  2. Under Java Applications, select your run configuration for this app

  3. Open the Arguments tab

  4. In VM Arguments, provide the following information to use the default keystore provided with the sample code:

    -Dkeystore.file=src/main/resources/private/keystore -Dkeystore.pass=changeit

  5. Note, this keystore is highly insecure! If you want more security, you should obtain a real SSL certificate:

    http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html

  6. This keystore is not secured and should be in a more secure directory -- preferably completely outside of the app for non-test applications -- and with strict permissions on which user accounts can access it

patientserver's People

Contributors

aaronhartman avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.