An open API service indexing awesome lists of open source software.

https://github.com/ranjithdb/gh-actions-python-04


https://github.com/ranjithdb/gh-actions-python-04

Last synced: about 1 year ago
JSON representation

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)