This project is a simple Flask application that I built by following a tutorial by TechWithTim on YouTube. It demonstrates the basics of setting up a Flask web server, routing, and rendering templates.
To clone this repository, run the following command:
git clone https://github.com/TheCarBun/Flask-Tutorial.git- Navigate to the project directory:
cd Flask-Tutorial- Install the required dependencies:
pip install -r requirements.txt- Run the Flask application:
python main.py- Open your web browser and go to
http://127.0.0.1:5000/to see the application in action.
- TechWithTim for the amazing tutorial.
GitHub: @thecarbun