Go to file
Aaron Fischer 61040e1e06
Some checks failed
/ docker-image (push) Successful in 1m26s
/ deployment (push) Failing after 1s
Update README.md
2024-04-25 22:04:58 +02:00
.forgejo/workflows Add deployment pipeline and add some content 2024-01-10 00:14:01 +01:00
cmd Add a wheel of fortune and fix json errors 2024-01-24 11:45:19 +01:00
pkg Adjust the location 2024-01-25 11:38:05 +01:00
.gitignore Add deployment pipeline and add some content 2024-01-10 00:14:01 +01:00
docker-compose.yaml Add deployment pipeline and add some content 2024-01-10 00:14:01 +01:00
Dockerfile Add a wheel of fortune and fix json errors 2024-01-24 11:45:19 +01:00
generate-spaceapi-types.sh Add deployment pipeline and add some content 2024-01-10 00:14:01 +01:00
go.mod Add a wheel of fortune and fix json errors 2024-01-24 11:45:19 +01:00
README.md Update README.md 2024-04-25 22:04:58 +02:00

spaceapi

build status

Develop

go generate
go run cmd/cmd.go

Build/Run docker container

docker compose build
docker compose up

After that, you can access the API with https://127.0.0.1:8080