Skip to content

team-moondust/MoonDust-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backend

setup

  1. python -m venv env
  2. ./env/Scripts/Activate or whatever MEOW
  3. pip install -r requirements.txt!
  4. clone the ML repo into the project root RENAME TO fms_machinelearning

keys.py

MONGO_USER = "[...]"
MONGO_PASS = "[...]"
JWT_KEY = "[...]"

notes

username is just email

db

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)

About

backend for financial mangement system for bitcamp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages