Keep Developing!

    There’s a lot more to Flask than what you’ve seen so far. Even so,you’re now equipped to start developing your own web applications. Checkout the Quickstart for an overview of what Flask can do, thendive into the docs to keep learning. Flask uses , Click,, and ItsDangerous behind the scenes, and they all havetheir own documentation too. You’ll also be interested in which make tasks like working with the database orvalidating form data easier and more powerful.

    If you want to keep developing your Flaskr project, here are some ideasfor what to try next:

    • A detail view to show a single post. Click a post’s title to go toits page.

    • Tags. Clicking a tag shows all the posts with that tag.

    • A search box that filters the index page by name.

    • Upload an image to go along with a post.

    • Format posts using Markdown.