Skip to content

rjaus/fast-api-endpoint-tutorial-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

FastAPI Example Project

This example project implements a single HTTP endpoint which extracts details from the provided URL. The endpoint requires a single param url.

FastAPI automatically generates documentation for the API, which can be found at /docs or /redoc

This example is a reimplementation of this project: https://github.com/kotartemiy/extract-news-api, which is build in Flask.

About

How to use FastAPI to make an article scraping web api with a single endpoint

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages