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

https://github.com/madetech/hello-world-web-api


https://github.com/madetech/hello-world-web-api

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Hello World Web API reference app

## Setup

```bash
make build
```

## Run

```bash
make serve
curl http://localhost:5000/api/values
```