Internal map submission system written in golang. Much code copied from data-service.
Go to file
2024-11-26 14:03:18 -08:00
api run generate 2024-11-26 12:39:10 -08:00
internal rename internal maps 2024-11-26 14:03:05 -08:00
validation data structure tweaks and comments 2024-11-25 21:33:56 -08:00
diagram.md diagram: admin must publish 2024-11-25 19:54:46 -08:00
generate.go copy everything from public api 2024-11-25 17:22:45 -08:00
go.mod fix more urls 2024-11-26 14:03:18 -08:00
go.sum go mod tidy 2024-11-26 13:06:13 -08:00
openapi.yaml it's boolean 2024-11-26 12:38:49 -08:00
README.md fix more urls 2024-11-26 14:03:18 -08:00
server.go copy everything from public api 2024-11-25 17:22:45 -08:00

STRAFES.NET API

How to Begin Development

  1. Run go generate to ensure the generated API is up-to-date. This project uses ogen.

    go generate -run "go run github.com/ogen-go/ogen/cmd/ogen@latest --target api --clean openapi.yaml"
    
  2. Build the project.

    go build git.itzana.me/strafesnet/maps-service
    

    By default, the project opens at localhost:8080.