AndreaRabe / Fast_api

My first project with the framework fast_api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fast_api

Installation

Use the package manager pip to install all moduls.

pip install -r requirements.txt

Databases

You need to change the name of the database in the file database.py.

Run code

To run the api use this command :

uvicorn main:app --reload

To show all routes

After starting uvicorn, open this URL in your browser:

http://127.0.0.1:8000/docs#/

About

My first project with the framework fast_api


Languages

Language:Python 100.0%