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
- Host: GitHub
- URL: https://github.com/mkdika/gin-rest-api
- Owner: mkdika
- License: mit
- Created: 2021-06-25T01:56:04.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-26T04:59:08.000Z (almost 5 years ago)
- Last Synced: 2025-01-31T09:45:27.642Z (about 1 year ago)
- Topics: gin-gonic, golang, poc, rest-api, tutorial
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gin REST API
[](/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.