fayaz07 / DEVTO-GO-api-tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:Go 100.0%