python -m venv env./env/Scripts/Activateor whatever MEOWpip install -r requirements.txt!- clone the ML repo into the project root RENAME TO
fms_machinelearning
MONGO_USER = "[...]"
MONGO_PASS = "[...]"
JWT_KEY = "[...]"username is just email
collection users:
- username
- name
- hashed
- company
- type (full or org)
- org_id? (if type == full)
collection transaction:
- name
- company
- org_id
- date
- amount
collections orgs:
- company
- name
collection positions:
- company
- ticker
- shares
- start_date
- active
- end_date? (if active == false)
- net_change? (if active == false)