https://github.com/chinmayvivek/golang-rest-api
golang rest api with redis and docker
https://github.com/chinmayvivek/golang-rest-api
Last synced: 6 months ago
JSON representation
golang rest api with redis and docker
- Host: GitHub
- URL: https://github.com/chinmayvivek/golang-rest-api
- Owner: CHINMAYVIVEK
- Created: 2023-03-12T19:50:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-12T19:58:33.000Z (over 2 years ago)
- Last Synced: 2025-02-08T16:46:17.474Z (8 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.MD
Awesome Lists containing this project
README
# GO-Docker
Golang RESTAPI implementation in docker
## Step to run on docker
### build docker
sudo docker build -t go-docker .
### run docker
sudo docker run -p 8080:8081 -it go-docker
### Running our Container In the Background
sudo docker run -p 8080:8081 -d go-docker
## API ENDPOINTS
http://localhost:8080/v1/health-check
http://localhost:8080/v1/homepage