Creating a CRUD App using Flask and SqlAlchemy
Jul 28, 2021 · 9 min read · Flask is a python library that lets you create dynamic webapps using python. Flask has great powers that we will be looking into in a minute. In this tutorial we will be creating a simple Todo App using flask along with sqlite using our ORM i.e flask...
Join discussion