Skip to content

A standard CRUD blog written in go.

Notifications You must be signed in to change notification settings

chris-malloy/goblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goblog

This app serves to be a journey through how to write a highly performant, well designed, available, resilient, and secure API that is connected to a postgres database. The intention is not to reinvent the wheel and be clever, rather it is write code that compiles, satisfies the requirements, and ultimately is easily readable by other humans. Error messages should be explicit and describe every conceivable negative path, system boundaries (such as between the database and the app layer) should be thoroughly vetted with integration tests, and TDD best practices should be followed. In short this app should be "good", a solid working CRUD dashboard.

About

A standard CRUD blog written in go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published