Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/roblesdotdev/hello-api

Shipping Go
https://github.com/roblesdotdev/hello-api

Last synced: 2 days ago
JSON representation

Shipping Go

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