Best Flask open-source libraries and packages

Proj scheduler app

Scoping a future cloud application that will intelligently assign users to meetings
Updated 6 months ago

proj-scheduler-app

Author: Erin James Wills ejw.data@gmail.com

Project Banner Image
Photo by Chris Montgomery on Unsplash

Overview

This repo is used to develop a website that will direct members to the appropriate breakout session. This app will consider subscriber needs and assign their members based on a rule based and machine learning strategy. More details will be added after proof-of-concept is complete.

Create Environment

  • python -m venv <name_of_virtualenv>

Installs

  • pip install Flask
  • pip install -U Flask-SQLAlchemy
  • pip install sqlalchemy-utils
  • pip install werkzeug
  • pip install flask-WTF
  • pip install psycopg2

Activate Environment

  • . venv/Scripts/activate