Replace the .env file with the credientials to your database, then run source .env in your terminal and start the program go run main.go
go get github.com/jinzhu/gorm github.com/jinzhu/gorm/dialects/postgres github.com/gorilla/mux
Replace the .env
file with the credientials to your database, then run source .env
in your terminal and start the program go run main.go