SimpleWell allows users to record their daily wellness data, such as sleep, mood, water intake, steps, exercise time, and personal notes. The app then uses a Python-based AI service to generate simple ...
BMS/ ├── src/ │ └── main/ │ ├── java/com/jaivy/BMS/ │ │ ├── BmsApplication.java # Main entry point │ │ │ │ ├── Config/ │ │ │ └── CorsConfig.java # CORS configuration │ │ │ │ ├── Controller ...