Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/phacman/micro-start-go

Simple microservice with native Go
https://github.com/phacman/micro-start-go

go golang microservice native

Last synced: about 6 hours ago
JSON representation

Simple microservice with native Go

Awesome Lists containing this project

README

        

# Micro Start Go

Simple microservice with native Go.

Based on `golang:1.20-buster`. Built image: `28.5 MB`;
```shell
# run this command to start
make d-up
```

### URL addresses
- main page: `/`
- simple api: `/api`
- static file: `/download/some.txt`

> Just **_click on the logo_** to download a static file.

![img.png](img.png)

## Analogs
- Node.js Vanilla: [micro-start-node](https://github.com/phacman/micro-start-node)
- Python Native: [micro-start-python](https://github.com/phacman/micro-start-python)
- PHP Native: [micro-start-php](https://github.com/phacman/micro-start-php)