Skip to content

andreafalco1991/openhospital-core

 
 

Repository files navigation

Build Status

OpenHospital-core

OpenHospital 2.0 (ISF OpenHospital web version) - WIP

How to build with Maven: (requires Maven 3.2.5 or lesser installed and configured)

mvn clean install

You need a local (or remote) MySQL server where to run the JUnit tests. Simply run:

docker-compose up 

How to launch the software:

You need a GUI (Graphic User Interface) in order to use the core:

  • clone OpenHospital-gui for a Java Swing interface
  • follow the instructions in the related README.md

Rebuild local database: If you want to rebuild local db you should follow these steps:

docker-compose down --rmi all
docker-compose up [-d]*  


* -d optional for detach 

How to contribute

Please read the OpenHospital Wiki

See the Open Issues on Jira

About

OpenHospital software core (Spring + Jpa + Junit)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 80.6%
  • TSQL 19.4%