Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anishmprasad/go-experiment
https://github.com/anishmprasad/go-experiment
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/anishmprasad/go-experiment
- Owner: anishmprasad
- License: mit
- Created: 2019-12-09T16:59:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-30T14:39:02.000Z (about 5 years ago)
- Last Synced: 2023-03-02T22:27:06.657Z (almost 2 years ago)
- Language: Go
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# API in go
## Get started
### Operations
| Operation | Command | Description |
| --------- | ------------ | ---------------------------------------------- |
| **serve** | `fresh *` | Runs the app and restarts if a change happened |
| **run** | `go run *` | Runs the app |
| **build** | `go build *` | Builds the app. |## Librarys
- **Router** [mux](http://www.gorillatoolkit.org/pkg/mux)
- **Middlewares** [negroni](https://github.com/urfave/negroni)
- **ORM** [gorm](http://jinzhu.me/gorm/)
- **Logger** [logrus](https://github.com/sirupsen/logrus)