-- prerequisite --
- python 3.6+
- text editor
- postgresql 8+
- web browser
-- pip package required --
- fastapi
- uvicorn
- sqlalchemy
you can use pip install -r requirement.txt to install required package
running the fasapi with uvicorn use command below: python -m uvicorn main2:app --reload (Windows 11 )
happy coding !