d78ui98 / Golang-backendapi

This is a golang backend API capable of adding, deleting, updating Todo lists and todos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

sudo apt install golang-go

Cloning repo

git clone https://github.com/d78ui98/Golang-backendapi
cd Golang-backendapi

## Setting gopath

export GOPATH=$HOME/Golang-backendapi mkdir -p $GOPATH/Golang-backendapi/src


Run the code with

go get github.com/lib/pq
go run main.go
go run db.go

About

This is a golang backend API capable of adding, deleting, updating Todo lists and todos


Languages

Language:Go 100.0%