Posts

ScholarScope - A Multi-Container Scholarship Search Portal

Image
 ScholarScope - A Multi-Container Scholarship Search Portal Name: V Padmasree Reg No: 23BCE1797 Introduction This report documents the comprehensive three-part process of designing, developing, and containerizing "ScholarScope," a full-stack web application designed to help students search and filter scholarships. The project's lifecycle was intentionally structured to demonstrate the progression from foundational tiers to a robust, production-ready, containerized system. DA1 focused on establishing the Data Tier (PostgreSQL) and the Application Tier (Flask API), creating the core foundation for data storage and logic. DA2 integrated the Presentation Tier (React Frontend), enabling communication between the user interface and the backend API. DA3 achieved full containerization and deployment using Docker Compose and an Nginx Reverse Proxy, encapsulating all four services (DB, Backend, Frontend, Nginx) into isolated environments to demonstrate modern deployment best practi...