Ecommerce application using laravel and react

Author
View Project on github

Screenshots

portfolio-img

Ecommerce application using laravel and react

Features and functionalities

  • Admin panel for managing product
  • Product listing
  • Add to cart

Tech stack

  • Rest API and backend using laravel
  • Frontend development using react
  • MySql for database
  • Docker

Installation and Running App

  1. Clone this repo by running the following command :-
 git clone https://github.com/CrewCodeAnku/laravel-react-ecommerce.git
 cd laravel-react-ecommerce
  1. Install the required package :-
 cd frontend
 npm install
  1. Run project :-
npm start
  1. Now in order to start laravel project as backend need to run following command :-
cd backend
docker-compose up -d --build server
  1. Open postman and test the rest api on this url :-
https://localhost:3000