Skip to content

The website has a personal account for each user to create records about doctor's appointments, vaccinations, and an opportunity to upload or download your test results.

Notifications You must be signed in to change notification settings

MelnykVL/ehealth-records

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

ehealth-records

Overview

The website has a personal account for each user to create records about doctor's appointments, vaccinations, and an opportunity to upload or download your test results.

Prerequisites

  • Install the latest version of Java and set up environment variables (if necessary).

    JDK
    or
    OpenJDK

  • Install the Git.

    Git

  • Install the PostgreSQL server.

    PostgreSQL

  • Install a Java IDE (for example: Intellij IDEA, Eclipse, NetBeans).

    Intellij IDEA (recommended)
    Eclipse
    NetBeans

Run the example

  1. Clone the repository.

    git clone https://github.com/MelnykVL/ehealth-records.git

  2. Open the project with the Intellij IDEA.

  3. Load Maven changes.

  4. Set your settings in flyway.poperties file.

  5. Create the database called ehealth_records.

  6. Using Maven in Intellij IDEA, run flyway:migrate to create tables in the database.

  7. Run mvn tomcat7:run command to run the project.

  8. Change the address in the browser's address bar to localhost:8080.

About

The website has a personal account for each user to create records about doctor's appointments, vaccinations, and an opportunity to upload or download your test results.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published