https://github.com/vikash/hello-api
https://github.com/vikash/hello-api
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vikash/hello-api
- Owner: vikash
- Created: 2023-01-24T15:24:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T15:34:47.000Z (almost 3 years ago)
- Last Synced: 2025-04-13T22:57:55.264Z (9 months ago)
- Language: Dockerfile
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`