Skip to content

Sanjanass231/Ecommerce-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

EcommerceBackend

To run this project follow steps :-

a)clone the project b)run the command - composer install c)copy env.example file to .env file (newly created file) d)run the command - php artisan key:generate to generate app key e)setup database information in .env file e)run the command - php artisan migrate f)after successfull migration run the command - php artisan serve g)to access frontend part run the command - npm install and npm run dev h) if any design issue will be occur then run the command - npm run build and then run the command - npm run dev

i)for reset password ( email integration)-> ( i have used here mailtrap) if want to follow mailtrap ->go to "mailtrap.io" ->create account->Go to email testing ->click on the email (in my case i have my inbox as email name)->Go to integration->Go to code samples ->select the language as laravel 9+ ->copy the credential and paste into ->env file (where the email information present)

About

This project is an eCommerce platform built using Laravel, Livewire, and MySQL. It features product management, user authentication, shopping cart functionality, order management, and real-time updates with Livewire. Technologies Used Laravel: Backend framework. Livewire: Dynamic interface framework. MySQL: Database management.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors