/ent-oapi-app

Simple API using Oapi-Codegen, Entgo and Gin

Primary LanguageGo

ent-oapi-app, with gin

Simple API using entgo, and oapi-codegen with gin.

  • goent, ORM for database access.

  • entoas to generate an OpenApi Specification (v3) from ent schemas.

  • OpenApi specification.

  • swagger editor, to visualize an OpenApi Specification in browser.

  • oapi-codegen is a tool to generate boilerplate code for API endpoints, from OASv3.

  • goswagger, to generate code from an OASv2.

  • oauth2, an authorization delegation protocol (using it to implement our own authentication system).