Experimenting
Go to file
Mike 35a14b627b
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add arm64 support
2024-11-17 14:04:02 +00:00
Galaeth.ApiServer Add swagger, tidy up, fix docker, and add docker-compose.yml 2024-11-17 11:59:08 +00:00
Galaeth.Core Initial commit 2024-11-17 09:31:01 +00:00
Galaeth.DAL Initial commit 2024-11-17 09:31:01 +00:00
Galaeth.Services Initial commit 2024-11-17 09:31:01 +00:00
.dockerignore Initial commit 2024-11-17 09:31:01 +00:00
.gitignore Initial commit 2024-11-17 09:31:01 +00:00
.woodpecker.yml Add arm64 support 2024-11-17 14:04:02 +00:00
docker-compose.yml Fix docker-compose 2024-11-17 13:57:20 +00:00
Dockerfile Add swagger, tidy up, fix docker, and add docker-compose.yml 2024-11-17 11:59:08 +00:00
Galaeth.ruleset Initial commit 2024-11-17 09:31:01 +00:00
Galaeth.sln Initial commit 2024-11-17 09:31:01 +00:00
README.md Fix readme 2024-11-17 13:55:57 +00:00

Galaeth API Server

Experimenting with different things

Run locally by cloning and using docker compose up - this will pull and create a postgres container, and run the api server which will connect to postgres.

Api can be accessed at http://127.0.0.1:8080 and Swagger at http://127.0.0.1:8080/swagger

Default username/password set in docker compose and/or appsettings.json

status-badge