movie_ticket_system/ │ ├── app.py # Flask Application Factory & Initialization ├── config.py # Config parameters & Directory creations ├── seed.py # Core database resets and populator script ├── ...
A RESTful backend API built with Flask and PostgreSQL for managing hospital patient records stored in a structured database schema. This project demonstrates backend development skills including API ...