https://github.com/madetech/hello-world-web-api
https://github.com/madetech/hello-world-web-api
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/madetech/hello-world-web-api
- Owner: madetech
- Created: 2019-01-23T11:13:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-13T17:30:39.000Z (over 7 years ago)
- Last Synced: 2025-03-20T14:53:47.660Z (about 1 year ago)
- Language: C#
- Size: 14.6 KB
- Stars: 1
- Watchers: 39
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```