Skip to content

Gu274v0/PoC-Python-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PoC-Python-API

This is a proof of concept to learn a bit of python using FastApi.

Steps to run

1- Must have Python installed

2- Install FastApi

run pip install fastapi

3- Install ASGI server

run pip install "uvicorn[standard]"

4- Finnaly run application

run uvicorn main:app --reload

About

This is a proof of concept to learn a bit of python using FastApi.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages