Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luncher/go-rest

Build golang restful api, with - Gin Framework and MongoDB
https://github.com/luncher/go-rest

gin golang mongodb restful

Last synced: about 2 months ago
JSON representation

Build golang restful api, with - Gin Framework and MongoDB

Awesome Lists containing this project

README

        

Go-REST
===
[![Build Status](https://travis-ci.org/Luncher/go-rest.svg?branch=master)](https://travis-ci.org/Luncher/go-rest)
[![GoDoc](https://godoc.org/github.com/Luncher/go-rest?status.svg)](https://godoc.org/github.com/Luncher/go-rest)

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

## License [MIT](https://opensource.org/licenses/MIT)