We'll want a few database models to start with: - [ ] Whitepaper (id, url, green & red dot count, user who posted, etc) - [ ] User (id, username, secure password storage, list of posted content, rep power) These should be implemented using Flask-SQLAlchemy: http://flask-sqlalchemy.pocoo.org/2.3/
We'll want a few database models to start with:
These should be implemented using Flask-SQLAlchemy:
http://flask-sqlalchemy.pocoo.org/2.3/