mkdika / go-rest-api

Go language REST API example using web framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go REST API

License: MIT

Go language REST API example using Gin web framework and some awesome libs.

Build & run

  • To build binary

    go build -o ./gorestapi ./cmd/gorestapi

    Then the binary file output will at ./gorestapi

  • To run without building

    go run ./cmd/gorestapi

Contributing

  1. Fork it (https://github.com/mkdika/go-rest-api/fork)
  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

Copyright and License

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

About

Go language REST API example using web framework

License:MIT License


Languages

Language:Go 100.0%