MOVIE BOOKING SYSTEM
OVERVIEW
This project is FLASK-based Movie Booking System. It allows users to: Sign up and log in. View Available movies and shows. Book and cancel tickets for movies. View bookings.
for admin: Add or remove Movies. view all the bookings. add slots.
Tech Stack: BACKEND: FLASK,SQ-LITE FRONTEND: HTML,CSS,BOOTSTRAP DATABASE:SQLITE API Testing: Postman
Postman Testing: You can test all endpoints in Postman: Open Postman → Set method (POST or GET). Enter URL → Example: http://127.0.0.1:5000/login Go to Body → Select raw, set type to JSON. Enter JSON Request and click Send.