Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 487 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 487 Bytes

Decoupled Series GitHub Repository

This is going to be the main repository tat stores all the examples in the series. I'll keep the examples described in the series in their own branch named after the episode.

Installation and Usage

  • cd {into a directory you'd like to store this repo}
  • git clone https://github.com/onurbaskin/decoupled.git
  • poetry install
  • poetry shell {into the venv created}
  • uvicorn app.main:app --host 127.0.0.1 --port 8000 --reload