/Fast_api

My first project with the framework fast_api

Primary LanguagePython

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#/