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

https://github.com/mkdika/gin-rest-api

Simple REST API using Golang & Gin web framework
https://github.com/mkdika/gin-rest-api

gin-gonic golang poc rest-api tutorial

Last synced: about 1 year ago
JSON representation

Simple REST API using Golang & Gin web framework

Awesome Lists containing this project

README

          

# Gin REST API

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](/LICENSE)

Golang simple REST API example using Gin web framework

## Contributing

1. Fork it ()
2. Create your feature branch. (`git checkout -b my-new-feature`)
3. Commit your changes. (`git commit -am 'Add some feature'`)
4. Push to the branch. (`git push origin my-new-feature`)
5. Create a new Pull Request.

## Contributors

- [Maikel Chandika ](https://github.com/mkdika) - creator and maintainer.

## Copyright and License

Copyright 2021 Maikel Chandika (mkdika@gmail.com). Code released under the MIT License. See [LICENSE](/LICENSE) file.