/flask-db

Goal of the project is to be a dynamic RESTful interface on a database using Python Flask and SQLAlchemy as the ORM. The idea is that none of the tables/columns will be hard coded in the REST api but instead pulled from the SQLAlchemy classes.

Primary LanguagePython