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.
- Host: GitHub
- URL: https://github.com/pottekkat/students-api
- Owner: pottekkat
- Created: 2021-04-19T11:36:39.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-19T16:22:39.000Z (about 4 years ago)
- Last Synced: 2024-05-02T05:25:47.183Z (12 months ago)
- Topics: api, api-rest, go, go-api, go-api-example, go-api-server, golang, microservice
- Language: Go
- Homepage:
- Size: 3.29 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.