Releases: spy16/droplets
Releases · spy16/droplets
old-setup
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