Tutorial

    This tutorial will walk you through creating a basic blog applicationcalled Flaskr. Users will be able to register, log in, create posts,and edit or delete their own posts. You will be able to package andinstall the application on other computers.

    While it’s designed to give a good starting point, the tutorial doesn’tcover all of Flask’s features. Check out the for anoverview of what Flask can do, then dive into the docs to find out more.The tutorial only uses what’s provided by Flask and Python. In anotherproject, you might decide to use Extensions or other libraries tomake some tasks simpler.

    screenshot of login page

    , if you want to compare your projectwith the final product as you follow the tutorial.