Skip to content

OmirAbbas/flask-github-actions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-actions-flask

Steps to Download and Run the app

  1. Clone the Repository:

    git clone https://github.com/faialotaibi/github-actions-app.git
  2. Navigate to the Project Directory:

    cd github-actions-app
  3. Set Up a Virtual Environment:

    python -m venv venv
    source venv/bin/activate  # macOS/Linux
    venv\Scripts\activate     # Windows
  4. Install Required Packages:

    pip install -r requirements.txt
  5. Run the Application:

    flask run
  6. Access the App:

    http://localhost:5000
    
  7. Run tests:

    pytest
    

Build and Run the Docker Images

  1. Build image
docker build -t your-image-name .
docker run -p 5000:5000 your-image-name

flask-github-actions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 71.0%
  • Dockerfile 29.0%