https://github.com/roblesdotdev/hello-api
Shipping Go
https://github.com/roblesdotdev/hello-api
Last synced: 10 months ago
JSON representation
Shipping Go
- Host: GitHub
- URL: https://github.com/roblesdotdev/hello-api
- Owner: roblesdotdev
- Created: 2023-12-08T22:39:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-09T03:19:06.000Z (over 2 years ago)
- Last Synced: 2025-03-03T08:44:49.888Z (over 1 year ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello API
## Dependencies
- Go version 1.21
## Setup
### Install Go
```
sudo make setup
```
### Upgrade Go
```
sudo make install-go
```
## Release Milestones
### V0 (1 day)
- [ ] Onboarding Documentation
- [ ] Simple API response(hello world!)
- [ ] Unit tests
- [ ] Running somewhere other than the dev machine
### V1 (7 days)
- [ ] Create translation endpoint
- [ ] Store translations in short-term storage
- [ ] Call existing service for translation
- [ ] Move towards long-term storage