Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anishmprasad/go-experiment


https://github.com/anishmprasad/go-experiment

Last synced: about 8 hours ago
JSON representation

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)