Best Flask open-source libraries and packages

Finder

For testing purpose web dating site.
Updated 10 months ago

Finder

Function

For testing purposes only dating site. After user registration to the DB. Other users in defined circle around user are shown according to setting (age, sex, range). User can deside to swipe or match them. If both user are matched, then it is possible to chat online.

PLEASE TAKE NOTE: This app is only for learning purposes and could contain bugs. Also there is lot of possibilities to upgrade it!!

Setting page where user can set up gender, age, range of circle and so on.

Stack

  • Flask
  • MySQL
  • JS
  • SocketIO

Other profile fr possible match

Test it on: Python anywhere*

*Web-sockets on python anywhere are not supported!!! Thus the chatting option is slow. It takes ~30 sec to load actual data, it is not immediate. In app.py parameter allow_upgrades should be True for normal function

*Saving of images is not working as request are not supported.

Matched page, where matched users can chat to each other