old-setup
Pre-release
Pre-release
This represents the old setup based on golang-standards/project-layout.
Features:
- Basic project with two resource types:
User
,Post
- REST API (json-only) for CRUD operations on
User
,Post
Missing:
- MVC style front-end
- Unit tests