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
- Host: GitHub
- URL: https://github.com/ejw-data/proj-scheduler-app
- Owner: ejw-data
- Created: 2023-10-28T02:11:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-03T04:44:11.000Z (over 2 years ago)
- Last Synced: 2025-03-15T16:44:24.853Z (over 1 year ago)
- Topics: api, flask, python3
- Language: HTML
- Homepage:
- Size: 504 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# proj-scheduler-app
Author: Erin James Wills [ejw.data@gmail.com](ejw.data@gmail.com)

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`