An open API service indexing awesome lists of open source software.

https://github.com/nilusche/gin-golang-rest-api

Rest API to learn Golang about the webframework Gin before using it in Production at a renowned EV company :)
https://github.com/nilusche/gin-golang-rest-api

gin golang

Last synced: 7 months ago
JSON representation

Rest API to learn Golang about the webframework Gin before using it in Production at a renowned EV company :)

Awesome Lists containing this project

README

          

# Gin Restful API

## Description
This is a dummy RESTful API using Gin framework. It has the following features:
- CRUD operations for a dummy entities called `User` and `Event`
- JWT authentication
- Cors Validation
- Middleware for handling CORS
- MySQL database