Open Issues Need Help
View All on GitHubAI Summary: This issue is about confirming connectivity between the `mentalscale_api` and an H2 database. The H2 database is chosen for its ease of setup as it runs in Java memory, unlike PostgreSQL, though PostgreSQL will be required eventually.
AI Summary: This issue requests confirmation that the front-end application (mentalscale_front) can successfully communicate with the API. The confirmation can be achieved by making API calls from a UI, potentially through a mobile app built with Flutter or Xcode.
AI Summary: This issue is a checklist to verify Git clone and commit functionality for two branches (main and devt) across two individuals (呉 and 福島). Currently, only 呉 has confirmed cloning and committing on the main branch, while other tasks remain unchecked.
AI Summary: This issue is a request to verify connectivity to the 'mentalscale_api' by making requests to `http://localhost:8080/test`. The test is considered successful if an HTTP status code of 200 is returned along with a response body. The provided images likely show the results of these tests for POST and GET requests.