This project showcase the basic usage of Fast-API with CRUD operations. It uses the following libraries
- Pydantic for data validation
- Pydantic_Settings to load app settings based on environment (dev/qa/prod)
- Sqlalchemy ORM to persist the model in database
- Asynchronous PostgreSQL client library(asyncpg) for Python that is specifically designed to work with Python's asyncio framework.
- Uvicorn is an ASGI web server implementation for Python