Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 555 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 555 Bytes

icure-backend

OSS version of the iCure Medical File Management software

iCureBackend is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

You will find a copy of GNU General Public License in the LICENSE file in this repository.

To install compile and start:

git clone git@github.com:taktik/icure-backend.git
git submodule init
git submodule update
./gradlew bootRun