Skip to content

edderleonardo/BasicFastAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic API using FastAPI

Basic API with FastAPI

Authors

Run Locally

Clone the project

  git clone git@github.com:edderleonardo/BasicFastAPI.git

Go to the project directory

  cd booksAPI

Install dependencies

  pip install -r requirements.txt

Start the server

  uvicorn "main:app" --reload

Visit http://localhost:8000/docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages