MLH / mlh-hackathon-flask-starter

Hackathon starter project for Flask applications
MIT License
731 stars 286 forks source link

Add support for user models #1

Closed nlaz closed 5 years ago

nlaz commented 5 years ago

Description

This PR adds support for user models using the Flask SQLAlchemy extension for an ORM, includes dependencies for using a Postgres db, and updates the user models to be updated from the login/register endpoints.