/go-api

API in Golang

Primary LanguageGo

Go API

An API in Golang.

Initial Setup

  1. Copy env and update variables
cp .envrc.example .envrc
  1. Install dependencies
go mod vendor
  1. Run Migrations to init db tables
make db/migrations/up
  1. Run the app
make run/api