This program allows a user to load and look at trends in sleep patterns, including amount of sleep and consistency. This analysis allows for greater self-awareness, which can help the user identify when they could potentially mitigate symptoms of depression or other sleep-related medical conditions.
As seen at PolyHacks 2016 (Devpost link here).
This project uses Maven for dependency management. Along with the base Java JDK, this project uses the following libraries:
- spark-core - base Java web server
- freemarker - webpage templating
Once all dependencies are met, the server may be starting by executing the RunMe class in src/main/java/website.
seanhold3n and spacedinosaur95