This is an improved version of the current hello-api we use in production. It will use less memory and be cheaper to run in production, and it will scale, expand to additional words, and be more stable:
- Go version 1.21.6
Ejecutar la instrucción desde la terminal no dentro de un IDE como VSCode
sudo make setup
`go version``
jecutar la instrucción desde la terminal no dentro de un IDE como VSCode
sudo make install-go
make build
- Onboarding Documentation
- Simple API response (hello world)
- Unit tests
- Running somewhere other than the dev machine
- Create translation endpoint
- Store translations in short-term storage
- Call existing service for translation
- Move towards long-term storage