Best Flask open-source libraries and packages

LearningFlask

The purpose of this project is to make a web application using Flask that allows user to signup, login, logout (with a postgresql database). Proide user with a nearby events (using wikimedia's nearby API). Display an interactive map for the results (using leaflet.js).
Updated 4 years ago

Learning Flask

The purpose of this project is to make a web application using Flask (a micro webframework built in Python) that provides following funcationalities:

  1. It allows user to signup for an account, login to and logout from the account (with a postgresql database).
  2. Allow the user to search for any addrses, and proide the user with a nearby events (using wikimedia's nearby API).
  3. Display an interactive map for the results (using leaflet.js), map should also provide hyperlinks with each marker for the corrseponding event's wikimedia page.

Additional details

Screenshots

Home page

Home page

Sign up page

Home page

Landing page - default

Landing page - default

Landing page - search results

Landing page - search results