A simple Flask application that allows users to subscribe using their email. The app is hosted on PythonAnywhere.
Customizable subscription form. SQLite3 database for storing subscriber emails. API endpoint to retrieve all subscribers.
These instructions will guide you on how to run this project locally and on PythonAnywhere.
Python 3.x Flask SQLite3
Clone this repository:
git clone https://github.com/Coding-RoMa/custom-subscription-form.git cd custom-subscription-form
pip install Flask
python app.py Visit http://127.0.0.1:5000/ in your browser to view the app.
Create an account on PythonAnywhere. Open the Bash console on PythonAnywhere.
git clone https://github.com/Coding-RoMa/custom-subscription-form.git
Navigate to the Web tab and set up a new web app. Configure the app to point to the app.py file in your repository. Reload the app. Visit your PythonAnywhere URL to see the live app.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.