Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 237 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 237 Bytes

Products Webapp

This is a webapp which ingests files to populate a postgres backend. The webapp uses SQLAlchemy ORM to communicate with the database and uses model and query objects.

The app is exposed to endpoints using FastAPI.