Cinema Management System
This a project I did for Software Engineering II course I took in college. For this project I used Laravel/PHP, which was good for me as Laravel supports (or include libraries that does support) many functionalities, like validation, Query builder/Object-Relational Mapper (ORM), generating fake data to seed the database, etc. Directory Structure Here is a brief description of the structure of the system: Route definitions: all of the systems routes are define in routes/web....