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.
-
Install the latest version of Java and set up environment variables (if necessary).
-
Install the Git.
-
Install the PostgreSQL server.
-
Install a Java IDE (for example: Intellij IDEA, Eclipse, NetBeans).
Intellij IDEA (recommended)
Eclipse
NetBeans
-
Clone the repository.
git clone https://github.com/MelnykVL/ehealth-records.git
-
Open the project with the Intellij IDEA.
-
Load Maven changes.
-
Set your settings in flyway.poperties file.
-
Create the database called ehealth_records.
-
Using Maven in Intellij IDEA, run
flyway:migrate
to create tables in the database. -
Run
mvn tomcat7:run
command to run the project. -
Change the address in the browser's address bar to
localhost:8080
.