Skip to content

jakecoffman/go-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-rest

This is a non-ORM solution to a RESTful HTTP server in Go.

dependencies

  • crud
    • Provides an easy way to get OpenAPI docs and validation middleware
  • gin
    • This is a solid and fast router that has been around for a while
  • pgx
    • Database driver for postgres, can be swapped out easily
  • sqlboiler
    • Generate models from db schema

About

Example of a REST server with Go and Postgres

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published