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

https://github.com/pottekkat/students-api

An API server written in Go using the Gorilla web toolkit having docs generated using go-swagger.
https://github.com/pottekkat/students-api

api api-rest go go-api go-api-example go-api-server golang microservice

Last synced: 2 months ago
JSON representation

An API server written in Go using the Gorilla web toolkit having docs generated using go-swagger.

Awesome Lists containing this project

README

        

# students-api

An API server written in Go using the [Gorilla web toolkit](https://github.com/gorilla/mux) having docs generated using [go-swagger](https://github.com/go-swagger/go-swagger).

#### To run locally-

Clone the repo-

```
gh repo clone navendu-pottekkat/students-api
```

Run make-

```
make run
```

Open `localhost:9090/docs` to view the API docs.

Check out [Nic Jackson's "Building Microservices with Go" on YouTube](https://www.youtube.com/playlist?list=PLmD8u-IFdreyh6EUfevBcbiuCKzFk0EW_) for a complete guide to building microservices in Go.