go-rest icon indicating copy to clipboard operation
go-rest copied to clipboard

Build golang restful api, with - Gin Framework and MongoDB

Go-REST

Build Status GoDoc

├── LICENSE
├── README.md
├── controllers
│   └── movie.go
├── db
│   └── db.go
├── forms
│   └── movie.go
├── glide.yaml
├── main.go
├── main_test.go
└── models
    └── movie.go

License MIT