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

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


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

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Hello API
This is a sample api using gofr framework.

To build locally: `docker build . -t hello-api:0.1`
To run the built container: `docker run --name hello-api -p8000:8000 hello-api:0.1`