An open API service indexing awesome lists of open source software.

https://github.com/ejw-data/proj-scheduler-app

Scoping a future cloud application that will intelligently assign users to meetings
https://github.com/ejw-data/proj-scheduler-app

api flask python3

Last synced: about 2 months ago
JSON representation

Scoping a future cloud application that will intelligently assign users to meetings

Awesome Lists containing this project

README

          

# proj-scheduler-app

Author: Erin James Wills [ejw.data@gmail.com](ejw.data@gmail.com)

![Project Banner Image](./images/flask-scheduler-app.png)
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 `

### 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`