Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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