| Feature | Stack | Status |
|---|---|---|
| Auth Server | Springboot(Security, Jpa, Web), Kotlin, Postgres | Testable (openapi-spec.yaml) |
To use project locally:
- Clone project files
git clone https://github.com/Pseudonotes/labs.git
- Open and edit docker compose file as per your local settings.
- Run docker containers
NOTE: Ensure all containers are created and running.
docker compose up -d
docker container ls
- Open a specific project feauture as listed above from an IDE, Inspect, and run.
- Contribute via PR 💙
- Tear down resources after testing
docker compose down -v