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. 🙏