Skip to content

kevin997/Amazon-clone

Repository files navigation

How to work on this branch ?

we have 5 main branches

  • develop : for merging development features
  • authentication : for api authentication features and database migrations
  • migrations : for global api database migrations
  • staging : for merging develop branch PRs and deploying to staing server
  • release : for merging staging branch PRs and deploying to release server

Installing Laravel & React Vite

Requirements

  • Make sure you have Git, Composer, NodeJs & Npm, ZAMPP or LAMPP, installed on your OS

Once you have cloned the branch, run the following commands

  • cd Amazone-clone
  • git checkout -b the-name-of-the-featureor-migration-you-want-to-work-on
  • composer install
  • php artisan migrate
  • cd amazon-app
  • npm install

Running Laravel Server

  • cd Amazon-clone
  • php artisan serve

Running React vite Server

  • cd Amazon-clone
  • cd amazon-app
  • npm run dev

Premium Partners

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [email protected]. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published