a web-based e-commerce application to allow buyers and sellers to buy and upload items for sale, add to cart functionality enabled, search feature and other additional settings
Here’s what your completed application will look like:
To get a local copy up and running follow these simple example steps.
The current package requirements are:
- Laravel >= 14.21.x
- PHP >= 8.2
- Node JS >=10.0
Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.
-
Get a free API Key at https://github.com
-
Clone the repo
git clone https://github.com/markmosobo/ecommerce-website.git
-
Install composer dependencies
composer install
-
Alternatively, update composer dependencies
composer update
-
Install NPM packages
npm install
-
Run this command
cp .env.example .env
-
Run each of these commands
php artisan key:generate
php artisan migrate
php artisan db:seed
-
Finally
php artisan serve
-
Login credentials (admin) [email protected] 123456
Project Link: https://github.com/markmosobo/ecommerce-website