DEVTO-GO-api-tutorial

A simple Golang API.

Running Locally

Setup your .env file locally to hold the port and the DB connection string

$ git clone https://github.com/Joojo7/DEVTO-GO-api-tutorial.git
$ cd DEVTO-GO-api-tutorial
$ go build -o bin/DEVTO-GO-api-tutorial -v 
$ ./{compiled executable} 

The application should be available and running on localhost:5000.