Mobile Store Management System
The Mobile Store Management System is a web-based application designed to streamline the management of mobile phone inventory, sales, and customer interactions. Built using PHP and MySQL, this system provides a user-friendly interface and efficient functionality for mobile store operations.
Project Modules
Car Rental Portal Developed using PHP and MySQL. This project has three modules:
- Users
- Admin
- Guest
How to run the Mobile Store Management System Project Using PHP and MySQL
- Download the zip file.
- Extract the file and copy
mobilestorems
folder - Paste inside root directory(for xampp xampp/htdocs, for wamp wamp/www, for lamp var/www/html)
- Open PHPMyAdmin (http://localhost/phpmyadmin)
- Create a database with name
mobilestoredb
- Import mobilestoredb.sql file(given inside the zip package in SQL file folder)
- Run the script
http://localhost/mobilestorems
Admin Credential
- Username: admin
- Password: Test@123
User Credential
- Username: ak30@gmail.com
- Password: Test@123 or Register a new user
Admin Modules:
This module provides administrator-related functionalities. The administrator manages the entire application and maintains the profiles of applicants and employers.
Admin can also update his profile, change the password and recover the password.
- Dashboard: In this sections, admin can briefly view the total brands, total registered users, total products, and total sales.
- Pages: In this section, admin can manage the about us and contact us pages.
- Brand: In this section, admin can manage mobile brands (add/update/delete) and deactivate the brands.
- Products: In this section, admin can manage the products (add/update/delete) and deactivate the products.
- Orders: In this section, admin can view the mobile order details and they have also the right to change order status according to current status.
- Reviews: In this section, admin can view the reviews of products which is given by buyers and they have right to approved the review or not.
- Enquiry: In this section, admin can view the inquiry which is sent by users.
- Search Order: In this section, admin can search particular order with the help of the order number.
- Reg Users: In this section, the admin can view registered users.
- Subscriber: In this section admin views subscriber mails.
- Reports: In this section admin can view order details, order counts, and sales reports according to dates.
User Module:
- Mobile Shop: In this section, users can view which mobile is available in the mobile shop.
- My Accounts: In this section, users can his/her password, view and update his/her profile and log out from accounts.
- My orders: In this section, users can view order history after login.
- Cart: In this section, the user can add the mobile which he/she want to order.
- Wishlist: In this section, the user can add mobile to the wishlist.
- The user has also a facility to download his/her invoice and cancel orders if he/she wants to cancel.
Brief Information about the Homepage
On this page guest users (users who are not registered) can view the mobile, search for mobile according to name and brand name. Guest users can also sign up and the registered users can sign in. User can also track their order without login.
Project Name | Mobile Store Management System |
---|---|
Language Used | PHP5.6, PHP7.x |
Database | MySQL 5.x |
User Interface Design | HTML, AJAX,JQUERY,JAVASCRIPT |
Web Browser | Mozilla, Google Chrome, IE8, OPERA |
Software | XAMPP / Wamp / Mamp/ Lamp (anyone) |