/gc-travel-app

A system for handling the review of UChicago Graduate Council Travel Fund applications

Primary LanguageHTMLMIT LicenseMIT

Build Status Graduate Council Travel Fund App

A system for handling the review of UChicago Graduate Council Travel Fund applications

To install, navigate to folder and run pipenv install

If you don't use pipenv, you can also create a new virtual environment and run pip install -r requirements.txt

To run, just use python run.py

Changes should be made by forking, adding a branch, and creating a pull request. All code should comply with flake8 and pass existing tests. Add tests for new features.