Skip to content

hasahmad/go-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

API in Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published