https://github.com/jenil/simple-ecomme
It is a simple PHP & MySQL application.
https://github.com/jenil/simple-ecomme
php
Last synced: 2 months ago
JSON representation
It is a simple PHP & MySQL application.
- Host: GitHub
- URL: https://github.com/jenil/simple-ecomme
- Owner: jenil
- Created: 2013-10-24T15:50:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-24T16:00:52.000Z (over 11 years ago)
- Last Synced: 2025-04-15T06:12:35.047Z (2 months ago)
- Topics: php
- Language: CSS
- Homepage:
- Size: 1.61 MB
- Stars: 8
- Watchers: 4
- Forks: 35
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple eComme
It is a simple PHP & MySQL application that I made as a college project. Hope you like it & learn something from it!
---
### Features
* Back-end functionality to manage categories, products and orders.
* [Twitter Bootstrap v3](http://getbootstrap.com) based with [Flaty theme](http://s.jgog.in/10JhWN9) installed.
* Carousel on homepage.
* Search functionality for store.
* Access control with login functionality.
* Profile page for every user where they can change passwords, review their orders.
* Cart system using PHP Sessions.
* To create a administration user just append __admin__ to the username.---
### Installation
1. Download the script and move to desired location on the server.
2. Configure the database connection in the `config.php` file.
3. Make sure the `img/uploads` folder is *writable*.
4. Import the SQL dump from the `dump.sql` file.
5. And you are ready to go! Hit URL to `/admin` and start adding products.---
### Credits
* Prof. Rupali Kale
* Kunal Khona
* My family and friends### MIT Licensed