Skip to content

Releases: spy16/droplets

old-setup

06 Dec 14:09
Compare
Choose a tag to compare
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