A centralized service for conducting take home interview challenges.
Create the virtual environment
make env
Install the Python packages
make dev
Run the app
make run
Shutdown the app
make kill
Remove virtual environment, and clean build files
make clean