Small Express service that pulls records from a REST API and upserts them into SQL Server. The default source is the JSONPlaceholder /posts endpoint, so the service runs without any API credentials.
This is a learning-focused backend API project I built to practice working with FastAPI, SQL Server, SQLAlchemy, and Pydantic. The project started as a basic in-memory CRUD API using a Python ...