modulepackage
0.0.0-20240715143511-240bda1de30a
Repository: https://github.com/harshgupta9473/gobank.git
Documentation: pkg.go.dev
# README
#goBank
-
installing gorilla mux using 'go get github.com/gorilla/mux'
-
installed docker desktop created accoun there with google and the ran a command of postgresql in command prompt
-
going to install golang package pq (it is a pyure Go Postgres driver for the database/sql/ package)
-
using go get github.com/lib/pq
-
installed jwt for golang using 'go get -u github.com/golang-jwt/jwt/v5'
-
installed bcrypt using "go get golang.org/x/crypto/bcrypt"
-
installed testify using "go get github.com/stretchr/testify/assert"
# Packages
No description provided by the author