Go to file
2024-05-31 18:11:27 -04:00
api Updated dependencies, regenerated files, and made basic docs for startup process. 2024-05-31 18:11:27 -04:00
.gitignore Updated dependencies, regenerated files, and made basic docs for startup process. 2024-05-31 18:11:27 -04:00
generate.go Add initial testing code 2024-05-28 00:45:03 -04:00
go.mod Updated dependencies, regenerated files, and made basic docs for startup process. 2024-05-31 18:11:27 -04:00
go.sum Updated dependencies, regenerated files, and made basic docs for startup process. 2024-05-31 18:11:27 -04:00
openapi.yaml Add initial testing code 2024-05-28 00:45:03 -04:00
README.md Updated dependencies, regenerated files, and made basic docs for startup process. 2024-05-31 18:11:27 -04:00
server.go Add initial testing code 2024-05-28 00:45:03 -04: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.