Skip to content

Novarest/devops-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Hello World Docker App (DevOps Interview Test)

This is a simple Flask + PostgreSQL app for DevOps testing. Your task is to containerize and run it using Docker.

๐Ÿš€ How to Run

# Clone the repository
git clone https://github.com/Novarest/devops-test.git
cd devops-test

# Build and run
docker-compose up --build

Once running, open your browser or use curl:

curl http://localhost:5000

Expected output:

Hello, World from DB!

About

DevOps Interview Test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages