This project has been developed to test the GitHub Actions as part of a CI/DC workflow.
- Clone the repo
sh git clone https://github.com/wake-ua/test-github-actions.git
- Create a virtual environment (recommended)
python3 -m venv myenv source myenv/bin/activate
- Install pip modules from requirements.txt
pip install -r requirements.txt
- Run the tests
pytest --cov --cov-report term-missing
Save the dotenv file as '.env' and set the desired PORT
and HOST
variables.
Run the app
fastapi dev main.py