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 :)
- Host: GitHub
- URL: https://github.com/nilusche/gin-golang-rest-api
- Owner: Nilusche
- Created: 2024-08-09T21:56:19.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T22:15:13.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T17:44:17.760Z (over 1 year ago)
- Topics: gin, golang
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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