Skip to content

Latest commit

 

History

History
119 lines (84 loc) · 3.23 KB

README.md

File metadata and controls

119 lines (84 loc) · 3.23 KB

Zuccedd

License

About

Zuccedd is a Laravel E commerce Web application using CSS(CSS, Javascript, Laravel-PHP, Visual Studio Code).

Note Work in Progress

Screenshots

Picture1

Picture5

Picture6

Picture2

Picture3

Picture4

Requirements

Package Version
Composer V2.3.5+
Laravel V7.2.28+
Mysql V 7.2.28+
Node V14.19.1+
Npm V6.14.16+

Installation

Warning Make sure to follow the requirements first.

Here is how you can run the project locally:

  1. Clone this repo

    git clone https://github.com/Jaideep2002/e-commerce
  2. Go into the project root directory

    cd Jaideep2002
  3. Copy .env.example file to .env file

    cp .env.example .env
  4. Create database -- (you can change database name)

  5. Create account and get an API key. Make sure to copy API Read Access Token (v4 auth).

  6. 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

  7. Install PHP dependencies

    composer install
  8. Generate key

    php artisan key:generate
  9. Run migration

    php artisan migrate
    
  10. Run seeder

    php artisan db:seed
    
  11. Visit localhost:8000 in your favorite browser.

    Make sure to follow your Laravel local Development Environment.

Testing

Warning Every time you run testing, you should run php artisan db:seed first

    ./vendor/bin/pest

Contributing

Pull requests are welcome.

License

Zuccedd is an open-sourced software licensed under the MIT license