Ecosyste.ms: Awesome
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: 19 days 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 (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-09T22:15:13.000Z (5 months ago)
- Last Synced: 2024-10-16T18:58:11.975Z (2 months 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