MobiMart

πŸ“± MobiMart – Mobile Phone Shop Management System

MobiMart is a web-based solution crafted for mobile phone

πŸ› οΈ Tech Stack

πŸš€ Features

πŸ“‚ Project Structure

/MobiMart
β”œβ”€β”€ index.php                # Main entry point
β”œβ”€β”€ /assets
β”‚   β”œβ”€β”€ /css                # Stylesheets
β”‚   β”œβ”€β”€ /js                 # JavaScript files
β”‚   β”œβ”€β”€ /images             # Image assets
β”‚   β”œβ”€β”€ /doc                # Documentation
β”‚   └── /uploads            # User uploaded content
β”œβ”€β”€ /config
β”‚   └── db.php             # Database configuration
β”œβ”€β”€ /controller             # PHP controllers
β”‚   β”œβ”€β”€ address_process.php
β”‚   β”œβ”€β”€ cart_process.php
β”‚   └── ...
β”œβ”€β”€ /includes              # Reusable components
β”‚   β”œβ”€β”€ nav.php
β”‚   β”œβ”€β”€ footer.php
β”‚   └── ...
β”œβ”€β”€ /pages                 # Main application pages
β”‚   β”œβ”€β”€ cart.php
β”‚   β”œβ”€β”€ checkout.php
β”‚   β”œβ”€β”€ /Admin             # Admin dashboard
β”‚   └── /User              # User dashboard
└── /sql                   # Database scripts
    β”œβ”€β”€ dummyData.sql
    └── ministore.sql

πŸ“¦ Installation

  1. Clone the repository:

    git clone https://github.com/your-username/mobimart.git
    
  2. Set up your local environment:

    • Install XAMPP (or similar) if you haven’t already
    • Start Apache and MySQL services
    • Place the project in htdocs folder
  3. Database setup:

    • Open phpMyAdmin (http://localhost/phpmyadmin)
    • Create a new database named β€˜ministore’
    • Import sql/ministore.sql
    • (Optional) Import sql/dummyData.sql for test data
  4. Configure the application:

    • Navigate to config/db.php
    • Update database credentials if needed
  5. Access the application:

πŸ” Login Credentials

🀝 Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

πŸ“„ License

This project is open source and available under the MIT License.

πŸ“Έ Screenshots

Home Page

Home Page Banner

Product Catalog

Product Catalog

Product Details

Product Details

User Dashboard

User Dashboard

Shopping Cart

Shopping Cart

Admin Dashboard

Shopping Cart