← Voltar

Movies & Reviews Platform (Django API + Streamlit)

Stack: Python, Django, Django REST Framework, Streamlit, SQLite, REST APIs, PythonAnywhere

This project is a full-stack application composed of a Django REST Framework API and a separate Streamlit frontend that consumes the API. The backend was designed to manage movies, reviews, actors, and genres, exposing structured RESTful endpoints that can be easily consumed by different clients. The frontend, built with Streamlit, interacts with the API to display data and allow users to explore movies and reviews in a simple and interactive interface. The API was deployed on PythonAnywhere and consumed remotely by the Streamlit application, demonstrating a clear separation between backend and frontend responsibilities. This project highlights my ability to design APIs, integrate frontend clients, and deploy backend services in a real environment.