Skip to content

lamhungypl/eshopping

Repository files navigation

Online Store

Open source and web final project. PHP website.

Tools

The website is built and developed using the Laravel and [MySQL]

used MAMP solution: Laravel 5.7, PHP 7.4 , MySQL 5.7

Run project locally

Step 1: Clone project

git clone https://github.com/lamhungypl/eshopping.git your-folder-name
cd your-folder-name

Step 2: Install dependencies

composer install

Step 3: Setup database

Setup your data base username, password, dbname, port. See .env.example

 php artisan migrate

(Sample data in database.sql)

Step 4: Run in server mode

php artisan serve

This starts up the local project on http://localhost:8000 as default Apache port.
Admin page located on http://localhost:8000/admin

Resource

Template UI:

EShopper-Storefront, Matrix-Admin

Storefront-EShopper

store login store home store product details store cart store order review

Admin-matrix

admin login

admin product list

admin order list

About

php shop for endterm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages