Persistence
FastAPI to Databases over SQL Alchemy
- Refer Here for the changes done to implement create and delete product.
- Refer Here for changes to get, get all and update product
Lets add configurations and asynchronous api methods
- Lets add the username, password, dbservername, database name as configurable values
- Lets explore dotenv
- Refer Here
Lets containerize our Fastapi Service
- Refer Here for containerizing application
