An open API service indexing awesome lists of open source software.

https://github.com/iqbalhasandev/simple-mobile-shop

simple mobile shop using basic php
https://github.com/iqbalhasandev/simple-mobile-shop

mysql open-source php php-crud

Last synced: about 1 month ago
JSON representation

simple mobile shop using basic php

Awesome Lists containing this project

README

          

# simple-mobile-shop

simple mobile shop using basic php

# Project Overview

- Go to your Xammp/wamp-server root folder
- Then create a folder named "mobileshop"
- Paste all the source files of the project there
- then run apace & mysql server
- open browser then go to this url http://localhost/phpmyadmin

- login php myadmin using user name root and password null

- then create a new blank database named "mobileshop"

- go to this database and import project sql file

- hurra all done

- Now go to http://localhost/mobileshop this url to view your project
- default user
```
email: user@domin.com
pass: 123
```
- For visitor login visit http://localhost/MobileShop/Login.html

- For visitor register visit http://localhost/MobileShop/Register.html

- For admin Login visit http://localhost/MobileShop/LoginAsAdmin.html

- default admin
```
email: admin@domin.com
pass: 123
```