mingchuno / py-flask-signup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

py-flask-signup

This Python sample application uses the Flask framework and Bootstrap to build a simple, scalable customer signup form that is deployed via AWS Elastic Beanstalk or AWS CloudFormation. The application stores data in Amazon RDS MySQL, or optionally can use Amazon DynamoDB, and publishes notifications to the Amazon Simple Notification Service (SNS) when a customer fills out the form.

Features

Themes

The code includes several Bootstrap themes from bootswatch.com. You can dynamically change the active theme by setting the THEME environment variable in the Elastic Beanstalk Management Console or setting OS environment variables imported by web server.

Installed themes include:

Flask Debugging

Similar to themes, you can control Flask debugging by toggling the FLASK_DEBUG env var from the Elastic Beanstalk Management Console or setting an OS environment variable imported by web server.

hahahaha

About

License:Apache License 2.0


Languages

Language:Python 53.6%Language:HTML 46.4%