Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 454 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 454 Bytes

CI - main

Scalable Dev Processes Example

Requirements

  • Python 3.11 (with pyenv)
  • pipenv
  • docker

The Python dependencies are set up for Nix-OS in shell.nix

Development

Setup

pipenv install
pipenv install --dev

Testing

pipenv run pytest

Running Api

pipenv shell
uvicorn src.app:app