Skip to main content

Flask tutorial - Demo

Building a web application with Python.

Installationโ€‹

To get started, follow these steps to run the app on your local machine.

Cloning the Repositoryโ€‹

git clone https://github.com/mkeithX/flask-tutorial-demo.git
cd flask-tutorial-demo

Setting Up the Virtual Environmentโ€‹

py -m venv .venv
.venv\Scripts\activate

Running the Applicationโ€‹

Start by making a copy of .env.example in your app directory.

cp .env.example .env

Then, initialize the database and run the application.

flask init-db
flask run

Congratulations!

Licenseโ€‹

This project is licensed under MIT.

Supportโ€‹

๐ŸŽ‰ Give this project a star โญ on GitHub. ๐Ÿ™