portfolio

Welcome to My Flask Application! This web app was created using the Flask framework and is designed to showcase a simple webbapp using Flask.

Getting Started

Follow these steps to set up and run the application:

  1. Clone the repository:

    git clone https://github.com/tmatin100/portfolio.git

  2. Create a virtual environment and install dependencies:

    cd portfolio
    python -m venv venv
    source venv/bin/activate
 on Windows: venv\Scripts\activate )
pip install -r requirements.txt
  1. Start the Flask development server:

    flask run
  2. Usage To use the application, navigate to http://localhost:5000 in your web browser.

    You can also access the API at http://localhost:5000/api.