/devops-exercise

A short exercise used in recruiting for DevOps Engineering role.

Primary LanguagePython

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