Ecommerce application built in React and Laravel, React as frontend and Laravel as backend
- REST API and product management in Laravel
- MySQL for database
- React as Frontend
1. Clone this repo by running the following command :-
git clone https://github.com/CrewCodeAnku/laravel-react-ecommerce.git
cd laravel-react-ecommerce
2. Install the required package :-
cd frontend
npm install
3. Now run the npm command to start the project :-
npm start
4. Now in order to start laravel project as backend need to run following command :-
Start your local system docker and then run below command
cd backend
docker-compose up -d --build server