Dynamic website pulling USDA registered farmers markets within a user-inputted radius.
Note: You are required to request your own API key from the USDA website to use the code.
Includes:
- SQL database
- Cache History
- Post History
- User account creation, login, and encryption
- Comments and Post capability
- Dynamically created pages based on user-input zip code and radius
Python 3 Requirements:
pip install flask==2.3.3
pip install flask_login
pip install flask_sqlalchemy
pip install Werkzeug==2.3.7
pip install requests
pip install Flask-Mail
pip install Flask-WTF
pip install email_validator