Skip to content

vignemail1/devops-challenge

 
 

Repository files navigation

The DevOps challenge project

Info

This project solves The DevOps challenge.

Application will publish webservice on 127.0.0.1:5000 with two endpoints:

  • http://127.0.0.1:5000/health
  • http://127.0.0.1:5000/secret

First endpoint indicates that service running correctly. And second endpoint returns secret code from database corresponding provided credentials.

You can found prebuilt docker image on dockerhub: https://hub.docker.com/r/vd2org/challenge

Run

For instructions how to run see Run.

Troubleshooting

For information about troubleshooting see Trouble.

Instructions

For instructions of using this repo see Instructions.

Summary

For project summary see Summary.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.5%
  • Dockerfile 7.4%
  • Shell 2.1%