Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 748 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 748 Bytes

Flask-Dojo

This repository holds files for a coding dojo on the Flask microframework.

The files:

Entry point for the application developed. This holds the Flask application, it's methods, routes, everything.

Unit test codes for the application on app.py. Should be run with python tests.py.

Setuptools script to install dependencies for the project and contain relevant information about it.

Shell script to force pilot rotation, sleeping for a set amount of time, then asking info about the next pilot. On fish because that's what I use.