This project was created for the Junior Python Developer Assessment. It includes three main components: a database setup script, a REST API, and an ETL export script. The application uses SQLite as ...
A simple REST API built with Python + Flask using an in-memory data store. No database setup required. Set up your environment and start coding. python-assessment-api/ ├── run.py # Entry point — ...