Skip to content

yokutech/fastapi-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI Tutorial

Getting Started

Make sure you have pyenv on your system.

1. Create Virtual Environment

pyenv virtualenv 3.11.0 my_fastapi_env

2. Activate Environment & Install Dependencies

pyenv activate my_fastapi_env
pip install -r requirements.txt

3. Run the Server

Make sure you are in the directory where main.py is located, then run:

uvicorn main:app --reload

4. Access the API

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages