June 2026

Movie Platform

A full-stack movie platform with a Django REST API and a classic Django web interface.

Movie Platform
6 Technologies
Active Status
2 hours, 59 minutes ago Last Updated

About the Project

Movie Platform is a full-stack application built with Django and Django REST Framework. It exposes a RESTful API with CRUD operations for movies, JWT authentication, categories and genres, and pagination and filtering — alongside a classic Django web interface with movie list and detail pages and an admin panel for managing content.

The project follows a clean, scalable architecture that separates the API app from the web app, backed by PostgreSQL.

Technologies Used

Django
Django REST Framework
HTML
JWT
PostgreSQL
Python