Skip to content

Commit

Permalink
Inverted UI and API in the repositories list
Browse files Browse the repository at this point in the history
  • Loading branch information
mwithi committed Jun 21, 2023
1 parent abb20a5 commit aa4674d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ OH is developed in Java and it is based on open-source tools and libraries; it r
For more information check the online documentation [here][documentation].

Open Hospital is composed by the following components, hosted in separated repositories:

- [OH Core][core], a library that contains the business logic and the data abstraction layer
- [OH GUI][gui], which provides a graphical user interface (GUI) made with Java Swing
- [OH Doc][doc], which contains the user and admin documentation in Asciidoc format
- [OH UI][ui], a web user interface that consists of a React SPA (single page application) [*WIP*]
- [OH API][api], a web server that exposes REST APIs over the Core component, and it's used by the UI component [*WIP*].
- [OH UI][ui], a web user interface that consists of a React SPA (single page application) [*WIP*]

## How to contribute

Expand Down

0 comments on commit aa4674d

Please sign in to comment.