Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/luncher/go-rest
- Owner: Luncher
- License: mit
- Created: 2017-09-11T08:04:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-14T02:08:50.000Z (over 7 years ago)
- Last Synced: 2024-09-28T09:22:32.921Z (3 months ago)
- Topics: gin, golang, mongodb, restful
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 20
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)