okapi

(★ 96)

Okapi – A lightweight, expressive, and minimalist Go web framework with built-in OpenAPI 3.1, Swagger UI, ReDoc, Scalar API, and powerful middleware support.

  • .gitignore
  • .golangci.yml
  • binder.go
  • binder_test.go
  • CHANGES.md
  • constants.go
  • context.go
  • context_params_test.go
  • context_test.go
  • CONTRIBUTING.md
  • cors.go
  • cors_test.go
  • doc.go
  • doc_test.go
  • errors.go
  • errors_test.go
  • extract_path_params_test.go
  • favicon.png
  • go.mod
  • go.sum
  • group.go
  • groupe_test.go
  • helper.go
  • helper_test.go
  • jwks.go
  • jwks_test.go
  • jwt.go
  • jwt_claims_expression.go
  • jwt_claims_expression_test.go
  • jwt_test.go
  • LICENSE
  • logo.png
  • middlewares.go
  • middlewares_test.go
  • okapi.go
  • okapi_test.go
  • openapi.go
  • openapi_test.go
  • README.md
  • redoc.png
  • renderer.go
  • renderer_test.go
  • route.go
  • route_test.go
  • router_register.go
  • scalar.png
  • sse.go
  • static.go
  • static_test.go
  • std_compat_test.go
  • swagger.png
  • template.go
  • template_test.go
  • tests.go
  • tests_test.go
  • util.go
  • util_test.go
  • validator.go
  • validator_test.go
  • var.go
  • version.go

# Installation Guide

1. Get the code
git clone https://github.com/jkaninda/okapi

Downloads the entire project code from GitHub to your computer.

cd okapi

Moves into the project folder you just downloaded.

2. Go

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Go The Go compiler and toolchain.
go run main.go

Runs the Go program directly without a separate build step.

If the build finishes without errors, it worked. If you used go run ., check the terminal output.

Pulled directly from this repo's README.

// repository documentation