Skip to content
Snippets Groups Projects
Select Git revision
  • 96b5b61b52dd2588c9d31d9696b84befbcc06522
  • development default protected
  • 35-write-tests-for-the-schedulercontroller
  • 154-option-to-add-more-than-day-to-a-schedule
  • 279-show-alert-to-guest-when-booking-more-than-one-slot-on-a-day
  • 230-show-information-after-emergency-call-ending
  • 208-add-a-question-mark-button-on-each-page
  • add-html-css-linter
  • 230-show-information-after-emergency-call-ending-2
  • 263-investigate-video-calling-quality
  • 265-past-claimed-slots-should-be-hidden-or-marked-as-such-in-the-guest-slot-overview
  • 200-make-tokens-easier-to-write-and-copy
  • master protected
  • 59-add-an-actual-database-setup
  • 33-write-tests-for-the-patientcontroller
  • thyme-patients-#17
  • timeslots-setup
  • 2-database-schema
  • v1.0.0
  • v1.1.0
  • v1.1.1
21 results

walkytalky

  • Clone with SSH
  • Clone with HTTPS
  • HealthTech: WalkyTalky

    This is a project for managing online communication with patients in hospitals and their families during lockdowns where they are no longer able to visit in person. If you would like to contribute to this project, please read our wiki to get an overview of what we are doing.

    Profiles

    The application can be started with three different profiles enabled, development, production and view. These profiles can be altered in the application.yml file under spring.profiles.active. Below you can find an explanation of what each profile does.

    Production

    Production profile will start the application with all endpoints enabled and will try to get a connection with a persistent database. This profile should only be used when a database connection is defined in the application.yml file.

    Development

    Development profile will start the application with all endpoints enabled but with a non-persistent in-memory database. This database will be filled with the information provided in Databaseloader.java. For more information regarding setting up the development environment, please refer to our CONTRIBUTING.md.

    View

    View profile will start the application without any database or API endpoints enabled. With this profile only the landing page, the contact page, and the About page will be active.