Skip to content

Dynamic website utilizing USDA API to pull registered farmers markets, filtering within user-inputted radius based on Zip Code.

Notifications You must be signed in to change notification settings

marvinb16/FarmerMarketMapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FarmerMarketMapper

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

About

Dynamic website utilizing USDA API to pull registered farmers markets, filtering within user-inputted radius based on Zip Code.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published