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

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

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`