Zuccedd is a Laravel E commerce Web application using CSS(CSS, Javascript, Laravel-PHP, Visual Studio Code).
Note Work in Progress
Package | Version |
---|---|
Composer | V2.3.5+ |
Laravel | V7.2.28+ |
Mysql | V 7.2.28+ |
Node | V14.19.1+ |
Npm | V6.14.16+ |
Warning Make sure to follow the requirements first.
Here is how you can run the project locally:
-
Clone this repo
git clone https://github.com/Jaideep2002/e-commerce
-
Go into the project root directory
cd Jaideep2002
-
Copy .env.example file to .env file
cp .env.example .env
-
Create database
--
(you can change database name) -
Create account and get an API key. Make sure to copy
API Read Access Token (v4 auth)
. -
Go to
.env
file- set database credentials (
DB_DATABASE=
,DB_USERNAME=root
,DB_PASSWORD=
) - paste
TMDB_TOKEN=(your API key)
Make sure to follow your database username and password
- set database credentials (
-
Install PHP dependencies
composer install
-
Generate key
php artisan key:generate
-
Run migration
php artisan migrate
-
Run seeder
php artisan db:seed
-
Visit
localhost:8000
in your favorite browser.Make sure to follow your Laravel local Development Environment.
Warning Every time you run testing, you should run
php artisan db:seed
first
./vendor/bin/pest
Pull requests are welcome.
Zuccedd is an open-sourced software licensed under the MIT license