https://github.com/bastienpo/go-server
Go server with httprouter and postgresql
https://github.com/bastienpo/go-server
go httprouter postgresql
Last synced: about 1 year ago
JSON representation
Go server with httprouter and postgresql
- Host: GitHub
- URL: https://github.com/bastienpo/go-server
- Owner: bastienpo
- License: mit
- Created: 2024-10-20T04:37:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T00:20:28.000Z (over 1 year ago)
- Last Synced: 2025-01-03T19:31:02.893Z (over 1 year ago)
- Topics: go, httprouter, postgresql
- Language: Go
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Questionify
## Resources
Here are some resources that I found helpful:
- [Learn Go with Tests](https://quii.gitbook.io/learn-go-with-tests/)
- [How I write HTTP services in Go after 13 years](https://grafana.com/blog/2024/02/09/how-i-write-http-services-in-go-after-13-years/)
- [How to Hash and Verify Passwords With Argon2 in Go](https://www.alexedwards.net/blog/how-to-hash-and-verify-passwords-with-argon2-in-go)