An open API service indexing awesome lists of open source software.

https://github.com/ferueda/go-postgres-server-example

A basic CRUD API written in Go with a PostgreSQL db and JWT authentication.
https://github.com/ferueda/go-postgres-server-example

crud-api crud-sample go golang postgres postgresql

Last synced: 5 months ago
JSON representation

A basic CRUD API written in Go with a PostgreSQL db and JWT authentication.

Awesome Lists containing this project

README

          

go-postgres-server-example
=======

A basic CRUD API written in Go with a PostgreSQL db and JWT authentication.

## Stack
- Go
- PostgreSQL
- [gorilla/mux](https://github.com/gorilla/mux)
- [gorm](https://github.com/go-gorm/gorm)