MobiMart is a web-based solution crafted for mobile phone
/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
Clone the repository:
git clone https://github.com/your-username/mobimart.git
Set up your local environment:
htdocs
folderDatabase setup:
sql/ministore.sql
sql/dummyData.sql
for test dataConfigure the application:
config/db.php
Access the application:
admin@example.com
/ admin123
user@example.com
/ user123
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)This project is open source and available under the MIT License.