The list of valid api endpoints are available at the docs.
go run ./cmd/server
You can access the server at localhost:8080/api/v1/:endpoint
.
cp .env.example .env
docker-compose up -d
You can access the server at localhost/api/v1/:endpoint
or localhost:8080/api/v1/:endpoint
.