Example of a website made with Go and Gin framework to output the same data to API REST and HTML. This covers examples of CRUD, Route Group, HTML rendering, templates and layouts, 404 Not Found error on API and HTML and many other things that can it be added later
- HTML Layout
- 404 Not Found error on website and API
- Route Grouping
- Search
- CRUD on website and API
- CSS Framework
- JSON reading
- API content-type set
- Error manage apart of 404
- Unit and integration tests
Coming soon