Project Name & Pitch
Source code for crud operations in golang using the relational database PGSQL.
Project Status
This is my first time trying Golang language. First time trying something out of my comfort zone(NodeJS).
Installation and Setup Instructions
Clone down this repository. You will need go and postgresql installed globally on your machine.
Setting up:
go mod init <your directory name>
Installation:
go get -u github.com/gorilla/mux for router
go get github.com/lib/pq
Database Creating:
createdb -U <your username> <your database name>
To Run Server:
go run main.go
To Visit App:
localhost:8080
Any help?
DM me here
Built With
- backend
- golang
- postgresql
Log in or sign up for Devpost to join the conversation.