okospaceapi/README.md
Aaron Fischer fe3bc44ce2
All checks were successful
/ docker-image (push) Successful in 1m25s
/ deployment (push) Successful in 0s
Add RZ as the location
2024-01-25 11:26:43 +01:00

19 lines
206 B
Markdown

# spaceapi
## 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