-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Description
Currently, the README.md lacks clear instructions on how to run the services locally. New contributors (like myself) often face crashes because the default database configuration isn't documented or set up for local testing.
Proposed Change
I have successfully set up the login-service locally using an H2 in-memory database. I would like to add a "Getting Started / Local Setup" section to the README that explains:
- Prerequisites (Java version, Maven).
- How to run the application using the new H2 profile/configuration.
- How to access the H2 Console for debugging.
Why this is needed
To help new contributors onboard faster and avoid "Connection Refused" errors when they try to run the project for the first time.
Assignee
I have already documented these steps while fixing the startup crash. Please assign this to me so I can update the README.
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Backlog