Internal map submission system written in golang. Much code copied from data-service.
Go to file
2024-11-25 17:30:55 -08:00
api copy everything from public api 2024-11-25 17:22:45 -08:00
validation RUST CODE 2024-11-25 17:30:55 -08:00
generate.go copy everything from public api 2024-11-25 17:22:45 -08:00
go.mod copy everything from public api 2024-11-25 17:22:45 -08:00
go.sum copy everything from public api 2024-11-25 17:22:45 -08:00
openapi.yaml copy everything from public api 2024-11-25 17:22:45 -08:00
README.md copy everything from public api 2024-11-25 17:22:45 -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/public-api
    

    By default, the project opens at localhost:8080.