Experimenting
Go to file
Mike 04d2ec37e8
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Add woodpecker
2024-11-17 13:52:35 +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 woodpecker 2024-11-17 13:52:35 +00:00
docker-compose.yml Add swagger, tidy up, fix docker, and add docker-compose.yml 2024-11-17 11:59:08 +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 Add woodpecker 2024-11-17 13:52:35 +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/swagger

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

status-badge