FastAPI Hello World

This repository is just a sample project to report a bug at https://github.com/pipelinit/pipelinit-cli

Requirements

Development

This project requires pipenv and Python to run.

If you don't have pipenv and/or Python:

  1. Install pyenv to manage Python
  2. Install pipenv with pip install --user pipenv

Setup

  1. Install dependencies with pipenv install
  2. Activate the virtualenv with pipenv shell

Running

  1. Start the app with uvicorn main:app --reload
  2. Open the app at http://localhost:8000