Skip to content

This is an E-commerce Website name Zuccedd. The objective of this project is to develop a general-purpose e-commerce store's admin side dashboard and user side. where the admin can check, modify, update the details of any product (such as clothes, accessories, electronic items, and sneakers). where as user should register and login to home page …

License

Notifications You must be signed in to change notification settings

sathviksai002/e-commerce

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is an E-commerce Website name Zuccedd. The objective of this project is to develop a general-purpose e-commerce store's admin side dashboard and user side. where the admin can check, modify, update the details of any product (such as clothes, accessories, electronic items, and sneakers). where as user should register and login to home page …

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.6%
  • CSS 18.9%
  • HTML 15.3%
  • Blade 14.1%
  • SCSS 6.1%
  • PHP 1.0%