Skip to content

Sample Python+Flask application for registering users via web form

License

Notifications You must be signed in to change notification settings

jamiethermo/py-flask-signup

 
 

Repository files navigation

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.

About

Sample Python+Flask application for registering users via web form

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published