/grm

A simple gin restful api middleware with mongodb

Primary LanguageGoMIT LicenseMIT

GRM RESTful API Middleware

Build Status codecov Go Report Card GoDoc

A simple gin restful api middleware with mongodb.

Contents

Installation

To install GRM package, you need to install Go and set your Go workspace first.

  1. Download and install it:
$ go get -u github.com/wizjin/grm
  1. Import it in your code:
import "github.com/wizjin/grm"

Prerequisite

License

This project is licensed under the MIT license, see LICENSE.