pgarrison / devops-exercise

A short exercise used in recruiting for DevOps Engineering role.

Home Page:https://protectdemocracy.org/x/jobs/devops-engineer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevOps Exercise

This project is meant to test skills for the VoteShield DevOps Engineer role. What it does is not that important.

See ./INSTRUCTIONS.md to get started.

Usage

This exercise provides a "thing" REST API.

  • /things: List all things
  • /things/<id>: List specific thing

Install

Development

  • Run python app/main.py

Deployment

Testing

  • Run python tests.py
  • Or, to test in a Dockerized setting, run docker-compose -f docker-compose-test.yml up

Credits

About

A short exercise used in recruiting for DevOps Engineering role.

https://protectdemocracy.org/x/jobs/devops-engineer/


Languages

Language:Python 89.7%Language:Dockerfile 10.3%