Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 2.45 KB

README.md

File metadata and controls

54 lines (35 loc) · 2.45 KB

HKmoviesShop 🎬

Overview ℹ️

HKmoviesShop is a PHP project designed for managing a movie shop. It provides functionalities for both administrators and employees, facilitating the hiring process, employee management, movie management, and handling customer interactions such as posting movies and processing claims.

Features 🚀

Admin Panel 👨‍💼

  • Authentication: Admins can log in using their email and password.
  • Employee Management: Admins can hire, view, edit, and delete employees who have applied for the job.
  • CRUD Operations: Admins can perform CRUD (Create, Read, Update, Delete) operations on employee records.
  • Database Injection: The admin account is directly injected into the database for initial access.

Employee Panel 👩‍💼

  • Authentication: Employees can log in using their credentials.
  • Movie Management: Employees can add, view, edit, and delete movies in the shop's inventory.
  • CRUD Operations: Employees can perform CRUD operations on movie records.
  • Customer Interactions: Employees can post new movies and handle customer reclaims efficiently.

Installation 💻

  1. Clone the repository to your local machine.
  2. Set up a PHP development environment if not already installed.
  3. Import the provided database schema.
  4. Update the database connection settings in the dbConnect file in the root of the project to match your environment.
  5. Access the application through a web browser.

Usage 🛠️

  1. Access the application through the provided URL.
  2. Log in as an admin using the provided credentials or as an employee using their credentials.
  3. Explore the functionalities available based on the user role (admin/employee).
  4. Perform necessary actions such as hiring employees, managing movies, and handling customer interactions.

Contributing 🤝

Contributions to HKmoviesShop are welcome! Feel free to fork the repository and submit pull requests with your enhancements or bug fixes.

License 📝

This project is licensed under the MIT License. Feel free to use, modify, and distribute it as per the terms of the license.

Support 📧

For any inquiries or support regarding HKmoviesShop, please contact hkimiamin02@gmail.com.

Acknowledgments 🙏

Special thanks to Mejri Talel and Chlendi Mohamed Youssef for inspiration and guidance throughout the development of this project.