Building a Todo List Application with Flask

This page summarizes the projects mentioned and recommended in the original post on dev.to

Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • Flask-Migrate

    SQLAlchemy database migrations for Flask applications using Alembic

  • You'll need to install the Flask-SQLAlchemy and Flask-Migrate extensions which will map all the data in your application to the sqlite db and also handle database migrations.

  • Scout Monitoring

    Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.

    Scout Monitoring logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • flask + postgres + sqlalchemy migrations dockerized intro

    2 projects | dev.to | 31 Aug 2022
  • I am getting an error when I type flask db init. The error is caused by having app.run() in run.py. How do I get rid of app.run() while making the code still work?

    2 projects | /r/flask | 18 Jun 2022
  • Flask_Migrate. MigrateCommand not found

    2 projects | /r/learnpython | 21 May 2021
  • My experience upgrading project from Flask v1 to v2

    1 project | /r/flask | 27 Apr 2023
  • how to view a .dB file when on a server ?

    1 project | /r/webdev | 14 Dec 2022