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.
- Host: GitHub
- URL: https://github.com/tigerappsorg/tigerdraw
- Owner: TigerAppsOrg
- Created: 2021-07-14T00:15:23.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-29T00:46:05.000Z (over 1 year ago)
- Last Synced: 2025-06-12T17:06:17.936Z (about 1 year ago)
- Language: HTML
- Homepage: https://draw.tigerapps.org
- Size: 48 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)