go mod init github.com/keirwhitlock/hello-api
- [ ] Onboarding Documentation
- [ ] Simple API response (hello world)
- [ ] Unit Tests
- [ ] Running somewhere other than the dev machine
- [ ] Create transition endpoint
- [ ] Store translations in short-term storage
- [ ] Call existing service for translation
- [ ] Move towards long-term storage
sudo make setup
sudo make install-go