https://github.com/codebam/secret_santa
Python Flask Web Application that manages Secret Santa with account support
https://github.com/codebam/secret_santa
flask python webapp
Last synced: 4 months ago
JSON representation
Python Flask Web Application that manages Secret Santa with account support
- Host: GitHub
- URL: https://github.com/codebam/secret_santa
- Owner: codebam
- Created: 2019-11-17T03:07:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-02T00:37:22.000Z (about 2 years ago)
- Last Synced: 2025-01-15T13:58:15.435Z (5 months ago)
- Topics: flask, python, webapp
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Secret Santa
## Secret Santa webapp with login and wishlist
### Written in Python using Flask
Requirements:
- Python 3.8 (try [pyenv](https://github.com/pyenv/pyenv))
Instructions:
- Do `pip install .` to install
- `export FLASK_APP=secret_santa`
- `export FLASK_ENV=development` (optional)
- `flask run`