Skip to content

Priyash-Barman/fast-api-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fast Api Setup

FastAPI backend for Fast Api Setup.

Quick Start

Install Poetry

curl -sSL https://install.python-poetry.org | python3 -

Install dependencies

poetry install

Method 1: Using Poetry script

poetry run dev

Method 2: Direct uvicorn

uvicorn fast_app.main:app --reload --host 0.0.0.0 --port 8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published