Sort them using "Create Date 'OldestFirst' "
Link to Notes
In this i have created 5 Apis that do CRUD operation on the Database
I have created the database using SQLalchemy(About Sqlalchemy) and linked it with Postgressql
Follow these steps to setup this project/repository
The First setp is to open your Repository/Project Folder in Vs Code or any IDE.
pip3 install virtualenv
virtualenv env
source env/bin/activate
.\Scripts\bin\activate\
source env/bin/deactivate
.\Scripts\bin\deactivate
1. We need these for this Project pytest, sqlalchemy, fastapi, pydantic, uvicorn, coverage, pytest-cov
pip3 pytest sqalchemy fastapi pydantic uvicorn coverage
uvicorn main:app --reload
pytest test_main.py
pytest --cov
coverage report