Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/srm47/csci181s-course-project

HealthHaven
https://github.com/srm47/csci181s-course-project

Last synced: 23 days ago
JSON representation

HealthHaven

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`.