DEV Community

Coding With Patrik
Coding With Patrik

Posted on • Originally published at codingwithpatrik.dev

Complete REST API in Go – Build an Event App (Gin, JWT, SQL, Swagger)

In this tutorial, we will build a REST API in Go using the Gin framework. We will create a simple event app where users can sign up, log in, create events, delete events, edit events and attend events. We will use JWT authentication, authorization to protect routes, middleware, SQL, migrations, and Swagger documentation.

The full article can be found at
Coding With Patrik

Top comments (0)