Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkabdelrahman/shipping-go
https://github.com/mkabdelrahman/shipping-go
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mkabdelrahman/shipping-go
- Owner: MKAbdElrahman
- Created: 2023-08-31T09:55:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-02T11:09:31.000Z (over 1 year ago)
- Last Synced: 2024-04-16T08:59:26.483Z (9 months ago)
- Language: Go
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello API
This is an improved version of the current hello-api we use in production. It will use less resources and scale better.
## Dependencies
- Go version 1.21
## Setup
Development expects to run in a unix-like environment. If you are using Windows, please consider following these directions [here](https://docs.microsoft.com/en-us/windows/wsl/install-win10) to install the Windows Subsystem for Linux (WSL).
### Install Go (1.21)
```bash
sudo make setup
```### Upgrade Go (1.21)
```bash
sudo make install-go
```## Release Milestones
### V0 (1 day)
- [x] Onboarding documentation
- [x] Simple API response (Hello World)
- [x] running somewhere other than the developer's machine### V1 (7 days)
- [x] Create translation endpoint
- [x] Store translations in short-term storage
- [x] Call existing service to translate
- [ ] Move towards long-term storage