galaeth-draft/README.md

13 lines
487 B
Markdown
Raw Normal View History

2024-11-17 14:52:35 +01: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.
2024-11-17 14:55:57 +01:00
Api can be accessed at `http://127.0.0.1:8080` and Swagger at `http://127.0.0.1:8080/swagger`
2024-11-17 14:52:35 +01:00
Default username/password set in docker compose and/or appsettings.json
2024-11-17 14:54:15 +01:00
[![status-badge](https://wci.alveus.dev/api/badges/25/status.svg)](https://wci.alveus.dev/repos/25)