Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 442 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 442 Bytes

DevOps Challenge

This repository contains a simple Django application; a voting application. It uses PostgreSQL as the database of choice.

Notes

  • docker-compose.yml is present so that you can see how to extrapolate the services towards kubernetes.
  • Dockerfile is missing on purpose as part of the challenge. We want to see docker knowledge from the DevOps.
  • Take into consideration on the Dockerfile creation the requirements.txt.