2022-12-29: Participating in Hackathons
- YeJi-ing (Back-End)
- ChoiYJ2 (Back-End)
- lightpipo-cre20 (Front-End)
- rimi3226 (Front-End)
Healthy Battle is a program that is effective in motivating exercise and improving exercise posture.
-
Java 11 -
HTML -
JavaScript -
Python
Clone the repository:
git clone https://github.com/YeJi-ing/RingINU.git Ring-spring
Execute:
gradlew.bat build
This will create Ring-spring-0.0.1-SNAPSHOT.jar at /build/libs folder.
The database UserInfo.db includes a single info table:
| field | data type | metadata |
|---|---|---|
| userID | VARCHAR | primary key, NOT NULL |
| score | INT |
