Skip to content

old-setup

Pre-release
Pre-release
Compare
Choose a tag to compare
@spy16 spy16 released this 06 Dec 14:09
· 25 commits to master since this 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