https://github.com/bgmp/covidcontrol
Java Swing Application for Managing Covid Patients
https://github.com/bgmp/covidcontrol
covid java swing
Last synced: about 1 year ago
JSON representation
Java Swing Application for Managing Covid Patients
- Host: GitHub
- URL: https://github.com/bgmp/covidcontrol
- Owner: BGMP
- Created: 2022-01-05T21:13:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-05T21:44:58.000Z (over 4 years ago)
- Last Synced: 2025-02-02T08:45:37.283Z (over 1 year ago)
- Topics: covid, java, swing
- Language: Java
- Homepage:
- Size: 64.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CovidControl
===
Java Swing Application for Managin Covid Patients.
## Preview Images
Patients Tab
New Tab
Data Tab
## Installation
#### Prerequisites
* Java 8 or above
* [Maven](http://maven.apache.org/) (Dependency Management)
#### Procedure
As in any other Maven project, simply clone the repository, launch your command prompt within it and run:
> `mvn clean package`