Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roblesdotdev/hello-api
Shipping Go
https://github.com/roblesdotdev/hello-api
Last synced: 2 days ago
JSON representation
Shipping Go
- Host: GitHub
- URL: https://github.com/roblesdotdev/hello-api
- Owner: roblesdotdev
- Created: 2023-12-08T22:39:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-09T03:19:06.000Z (about 1 year ago)
- Last Synced: 2024-11-14T04:36:55.629Z (2 months 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