mtbutler07 / fastapi-tdd-docker

Test-Driven Development Course for FastAPI - https://testdriven.io/courses/tdd-fastapi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test Driven Development with FastAPI and Docker

Continuous Integration and Delivery

Description

Code from working through the FastAPI & Docker course from testdriven.io

Installation

  1. Install Python sudo apt install python3.8 python3.8-dev
  2. Install pipenv python3.8 -m pip install pipenv -U --user
  3. Install project dependencies pipenv install --python 3.9
  4. Install project dev dependencies pipenv install --dev

Usage

  1. Run project locally using pipenv pipenv run dev

    Development server should be available at http://127.0.0.1:8000/

About

Test-Driven Development Course for FastAPI - https://testdriven.io/courses/tdd-fastapi/


Languages

Language:Python 92.8%Language:Shell 3.7%Language:Dockerfile 3.5%