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

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

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)