This is a Secret Santa generator web application. The back-end has been implemented in Python 3.6 and Flask, while the front end uses a number of CSS and Javascript libraries. See the working app deployed to Heroku.
- Make sure you have Python 3.6 installed
- Run
$ pip install -r requirements.txt
- Add environment variables
GMAIL_ADDRESS
andGMAIL_PASSWORD
. More info on setting up Gmail for SMTP here. - Run
$ python application.py
- Open site on
localhost:8000
The contents of this repository are covered under the MIT License.