Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tcdowney/mando
this is the way
https://github.com/tcdowney/mando
Last synced: 2 months ago
JSON representation
this is the way
- Host: GitHub
- URL: https://github.com/tcdowney/mando
- Owner: tcdowney
- License: mit
- Created: 2020-04-29T04:15:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-09T17:30:51.000Z (about 4 years ago)
- Last Synced: 2024-06-19T15:12:08.690Z (7 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/downey/mando)](https://hub.docker.com/repository/docker/downey/mando) [![Docker Image Version (latest by date)](https://img.shields.io/docker/v/downey/mando)](https://hub.docker.com/repository/docker/downey/mando)
# mando
> [this is the way](https://youtu.be/uelA7KRLINA?t=8)just a little app for testing path-based routing
```
docker run -p 8080:8080 downey/mando
```## build and deploy
can be built and deployed to Kubernetes with [`kbld`](https://get-kbld.io/)
```console
kbld -f build -f deploy | kubectl apply -f -
```