Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 250 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 250 Bytes

todo-flask

A flask postgres backend application demonstrating

  • CRUD operations
  • db relationships,
  • ORM (SQLAlchemy)
  • Migrations.

This application consists of two relations, 'Todos' and 'TodoLists'

Stack: Flask, SQLAlchemy