keirwhitlock / hello-api

Home Page:https://www.manning.com/books/shipping-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello API

Release Milestones

go mod init github.com/keirwhitlock/hello-api

V0 (1 day)

  • Onboarding Documentation
  • Simple API response (hello world)
  • Unit Tests
  • Running somewhere other than the dev machine

V1 (7 days)

  • Create transition endpoint
  • Store translations in short-term storage
  • Call existing service for translation
  • Move towards long-term storage

Setup

Install Go

sudo make setup

Upgrade Go

sudo make install-go

About

https://www.manning.com/books/shipping-go


Languages

Language:Go 81.3%Language:Makefile 11.2%Language:Shell 4.0%Language:Dockerfile 3.5%