Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/itrooz/gunicorn-hw


https://github.com/itrooz/gunicorn-hw

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

PoC python project using gunicorn, pytest, and a vanilla python thread for background tasks

To install dependencies and get into the poetry venv:
```sh
poetry install
poetry shell
```

Then run the app with
```sh
gunicorn main:app
```

You can run the test with
```sh
python -m pytest
```

You can also take a look at the [CI script](./.github/workflows/build.yml)