During a time when people are being effected mentally and physically, Self Genic exists to remind you to stay in shape, pay attention to your thoughts and to remind yourself to just breath.
- ReactJS
- Spring Boot
- MySQL
- Bulma CSS
Requires yarn (npm), Java 11, and MySql to be on your system.
-
Run backend:
- go into ws/
- run
./mvnw spring-boot:run
-
Run frontend:
- go into ui/
- run
yarn start(might need to do yarn install first)
-
Run db:
- go to project root
- run
mysql -uroot < ./dbsetup.sql
