An open API service indexing awesome lists of open source software.

https://github.com/tigerappsorg/tigerdraw

The one-stop-shop platform for room draw planning. See when past rooms were drawn, filter them, and create a list of potential rooms without needing to parse through PDFs. By Christine Cho '22, Grace Cuenca '22, Frank Ge '22, and Hannah Huh '22.
https://github.com/tigerappsorg/tigerdraw

Last synced: 3 months ago
JSON representation

The one-stop-shop platform for room draw planning. See when past rooms were drawn, filter them, and create a list of potential rooms without needing to parse through PDFs. By Christine Cho '22, Grace Cuenca '22, Frank Ge '22, and Hannah Huh '22.

Awesome Lists containing this project

README

          

# TigerDraw

# Local Development
Install dependencies:
- `python -m venv venv`
- `./venv/bin/activate` for Mac and `venv\Scripts\activate` for Windows
- `pip install -r requirements.txt`

Env Variables: fill in .env.template and rename to .env, then uncomment lines 2-4 in config.py, run `pip install python-dotenv`, and run `python app.py`. Remember to change this back when deploying to a staging instance/prod. (or could just set the vars directly and not have to do this whole process)