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.
- Host: GitHub
- URL: https://github.com/ferueda/go-postgres-server-example
- Owner: ferueda
- Created: 2021-11-07T01:49:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-14T00:51:52.000Z (over 4 years ago)
- Last Synced: 2024-06-21T15:40:51.570Z (almost 2 years ago)
- Topics: crud-api, crud-sample, go, golang, postgres, postgresql
- Language: Go
- Homepage:
- Size: 54.7 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)