a service for e-psikotest
- go v1.16 https://go.dev/dl/go1.16
- jwt v3.2.0 https://github.com/dgrijalva/jwt-go
- mux v1.8.0 https://github.com/gorilla/mux
- godotenv v1.4.0 https://github.com/joho/godotenv
- postgree v1.10.6 https://github.com/lib/pq
- crypto v0.0.0 https://golang.org/x/crypto
go run main.go
Contributors names and contact info
Tutorial:
https://medium.com/swlh/building-a-restful-api-with-go-and-postgresql-494819f51810 https://levelup.gitconnected.com/crud-restful-api-with-go-gorm-jwt-postgres-mysql-and-testing-460a85ab7121
Inspiration, code snippets, etc.