New Project Videos#

This page collects the videos that show how to create a new Flask application with Flask-Commands, understand the generated scaffold, choose whether the app needs database wiring, and run the project locally.

Use it when you want the project-creation path without the installation and generator chapters around it.

Starting a Project#

Create a project with flask new Unwatched

Watch the first project scaffold come together so you can see the shape of the generated app before drilling into each file and folder in later chapters.

This video slot is planned for the series. Once a YouTube video is linked, it will expand and play directly on this page.

What the default scaffold gives you Unwatched

What the default project structure includes out of the box so you know which files, folders, and moving parts Flask-Commands is creating for you.

This video slot is planned for the series. Once a YouTube video is linked, it will expand and play directly on this page.

Create a project without a database Unwatched

When the no-database project path is the better fit and what changes when you ask the scaffold to leave the database pieces out.

This video slot is planned for the series. Once a YouTube video is linked, it will expand and play directly on this page.

Run the new project Unwatched

Watch the new project come to life so you can connect the generated files on disk to the running app in the browser.

This video slot is planned for the series. Once a YouTube video is linked, it will expand and play directly on this page.