https://github.com/ranjithdb/gh-actions-python-04
https://github.com/ranjithdb/gh-actions-python-04
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ranjithdb/gh-actions-python-04
- Owner: ranjithdb
- Created: 2025-02-28T15:49:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-28T16:53:24.000Z (over 1 year ago)
- Last Synced: 2025-02-28T21:16:49.929Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gh-actions-python-04
## Flask API App with Tox and GitHub Actions
A simple Flask application tested across multiple Python versions using `tox` and GitHub Actions.
## Setup
Clone this repository.
Install dependencies:
```sh
pip install -r requirements.txt
```
To run the app:
```sh
python3 app.py
```
(or)
```sh
flask run
```
Now open your web browser and go to:
[localhost:5000](http://localhost:5000)