Skip to content

tmatin100/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published