Python - Django - SQLite - Bootstrap
Movie Store
Developed a full-stack web application with Django 5 with models and views to manage and display movie data. Implemented session-based authentication, admin dashboards, and user comments using Django auth. Designed responsive UI with Bootstrap; CRUD operations, and a shopping cart system with session-handling.
Notable Features
View and purchase available movies displayed conditionally via Django templates and Bootstrap
Create, read, update, delete, and report Reviews on available Movies with Django on the backend
Registered admin can perform CRUD operations on Movies
Deployed onto PythonAnywhere:
I adopted an Agile methodology in development, testing code and the current build frequently along the way.
I encountered many issues where I'd made simple mistakes in code, and I was able to solve them faster by quickly iterating and checking, learning common pitfalls along the way.