Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srm47/csci181s-course-project
HealthHaven
https://github.com/srm47/csci181s-course-project
Last synced: 23 days ago
JSON representation
HealthHaven
- Host: GitHub
- URL: https://github.com/srm47/csci181s-course-project
- Owner: SRM47
- Created: 2024-02-29T23:02:19.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-02T04:25:43.000Z (9 months ago)
- Last Synced: 2024-11-08T23:46:55.047Z (3 months ago)
- Language: Java
- Size: 824 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# csci181s-course-project
## Sam Malik, Max Baum, Ethan Lee, Sae Furukawa### Compatible Operating Systems
This system should be able to run on Linux and Mac.### JDK
This system uses JAVA SE 21.0.2### How to run the system
1. In one terminal (or your system's equivalent) window run `java ./ServerHandler.java` to start the server
2. In interact with the system, run maven with the targets `clean javafx:run`. This should trigger the `Main.java` file in `org.healthhaven.gui`.