Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dragonsinth/produce
Just a silly little answer to a random interview question; build a little REST API in Go
https://github.com/dragonsinth/produce
Last synced: 9 days ago
JSON representation
Just a silly little answer to a random interview question; build a little REST API in Go
- Host: GitHub
- URL: https://github.com/dragonsinth/produce
- Owner: dragonsinth
- License: apache-2.0
- Created: 2021-10-23T15:41:51.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-23T15:47:26.000Z (about 3 years ago)
- Last Synced: 2024-10-08T09:20:20.038Z (about 1 month ago)
- Language: Go
- 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
# produce
Just a silly little answer to a random interview question; build a little REST API in Go## Notes
- I did all the RESTful HTTP/JSON handled by hand just for this example. In a real codebase you'd want to use some kind of standard framework like https://github.com/gin-gonic/gin