Skip to content

hamzamgit/todo-backend-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Step #1

Install Go

$ sudo apt install golang
$ go version

Step #2

install packages given below

$ go mod download

Step #3

setup postgres

Step #4

setup the environmental variables in .env file

cp .env.sample .env

Step #5

run these and you are good too go :)

$ source .env
$ go run main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published