Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nabedkhan/php-shop

This is full featured eCommerce website built with Raw PHP and MYSQL
https://github.com/nabedkhan/php-shop

Last synced: 4 days ago
JSON representation

This is full featured eCommerce website built with Raw PHP and MYSQL

Awesome Lists containing this project

README

        

# Full E-Commerce Template

> This is full featured eCommerce website built with Raw PHP and MYSQL

## Features

1. User Authentication System
2. Fully Feature Shopping Cart
3. Checkout Process With Stripe Payment Gateway

## Stripe Download

- Download Stripe file from this link

Download: [Stripe](https://github.com/stripe/stripe-php/releases).

## Database Access and Stripe Key

- create a config folder then create index.php in the config folder and write config here

```php
define('DB_HOST', '');
define('DB_USER', '');
define('DB_PASS', '');
define('DB_NAME', '');

const STRIPE_KEY = '';

```

## Copyright

Copyright (c) 2022 Nabed Khan