ondiekelijah/Threaded-Replies-using-Flask-SQLAlchemy-MySQL
A Python Flask app with a MySQL database that implements a nested/threaded replies commenting engine. SQLAlchemy is used as the ORM.
Ashraf-Khabar/FLASKOSQL
FLASKOS is a ORM for relational databases (Oracle and MySQL) and FLASK API, it provides a simple manupilation of database and simple mapiing to simplify interaction with relational database .
iresharma/Flask-MySQL
My first attempt with mysql based API using peewee as my ORM.
bhandariroshan/featurerequest
Application that demonstrates use of knockout.js, flask server, mysql database, sqlalchemy orm, docker, Jenkins.
bashirk/iws-feature-request
A feature request system implemented as a flask app
Homyakin/python-orm-lab
Лабораторная работа по курсу "Специальные технологии баз данных и информационных систем"
stellalph/python-newsfeed
Python Newsfeed is a social media application built as an implementation of a Python API. Users can create an account or login, create/edit/delete a post, and comment on/like the posts of other users. The API was built using Python, MySQL, PyMySQL, SQL Alchemy (ORM), bcrypt (password hashing), Flask, and gunicorn.
garretthilberling/python-newsfeed
Python Newsfeed is a social media application built as an implementation of a Python API. Users can create an account or login, create/edit/delete a post, and comment on/like the posts of other users. The API was built using Python, MySQL, PyMySQL, SQLAlchemy (ORM), bcrypt (password hashing), Flask, and gunicorn. It was implemented into the frontend using Jinja2 for templating.
andrmiw9/BackendFlaskDocker
Проект по освоению бэкенда на Python, в соответствии с принципами REST API. Используется: Flask, MySQL, ORM подход для БД (SQLAlchemy) и тд