Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgjules/api-er
A POC Go boilerplate for building REST API services.
https://github.com/mgjules/api-er
boilerplate gin golang mongodb proof-of-concept restful-api
Last synced: 25 days ago
JSON representation
A POC Go boilerplate for building REST API services.
- Host: GitHub
- URL: https://github.com/mgjules/api-er
- Owner: mgjules
- License: apache-2.0
- Created: 2021-01-04T12:12:41.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-18T09:12:38.000Z (over 2 years ago)
- Last Synced: 2024-10-15T07:04:27.430Z (2 months ago)
- Topics: boilerplate, gin, golang, mongodb, proof-of-concept, restful-api
- Language: Go
- Homepage:
- Size: 108 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security/security_controller.go
Awesome Lists containing this project
README
# API-er
[![Go Doc](https://img.shields.io/badge/godoc-reference-blue.svg?style=for-the-badge)](https://godoc.org/github.com/mgjules/api-er)
[![License](https://img.shields.io/badge/Apache%202.0-green.svg?style=for-the-badge)](LICENSE)API-er is a simple Go boilerplate for building REST API services.
At this stage, API-er is merely a Proof-of-Concept and is considered *unstable*.
You are free to fork it or take inspiration from it!
## Core libraries
- [Cobra](https://github.com/spf13/cobra)
- CLI interface
- [Viper](https://github.com/spf13/viper)
- Managing configuration
- [Zap](https://github.com/uber-go/zap)
- Logger
- [MongoDB](https://go.mongodb.org/mongo-driver)
- Database driver
- [Casbin](https://github.com/casbin/casbin)
- Authorization
- [Gin](https://github.com/gin-gonic/gin)
- Web Framework