Skip to content

wego/devops-fortune-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Fortune API

Installation

This requires below Packages

[Docker](https://docs.docker.com/get-docker/)

Start the Docker in Local.

cd api
docker build -t fortune-api .
docker run -d -p 8080:8080  --name fortune-container fortune-api

Access the below URL to check the status of the API

http://localhost:8080/

http://localhost:8080/healthcheck

http://localhost:8080/v1/fortune

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published