A simple gin restful api middleware with mongodb.
To install GRM package, you need to install Go and set your Go workspace first.
- Download and install it:
$ go get -u github.com/wizjin/grm
- Import it in your code:
import "github.com/wizjin/grm"
This project is licensed under the MIT license, see LICENSE.