...
Technology: PHP
Category: Ecommerce
52
Keywords: admin-dashboard admin-panel docker docker-compose docker-container dockerfiles ecommerce ecommerce-website javascript multivendor-ecommerce mysql panel php

Multivendor E-commerce Website with Admin Panel

A multi vendor e-commerce website with admin panel, seller panel and deliveryboy panel

Build with ❤️ and

HTML5  CSS3   JAVASCRIPT  PHP   MYSQl   docker

How to run

You can run this project by manually setting up everything or you can simply run it with docker or docker-compose to avoid overhead hustles.

Run with docker

To run this with docker please run the following commands. Please make sure that docker is installed in your system.

 > git clone https://github.com/detronetdip/E-commerce.git
 > cd {to your cloned path}/E-commerce/
 > docker build -t app -f Dockerfile .
 > cd database
 > docker build -t app_database -f Dockerfile .
 > docker run \
     --name database \
     -e MYSQL_ROOT_PASSWORD='passwd' \
     -p 9306:3306 app_database
 > docker run --name web_app -p 3000:80 app
  • Go to your browser and type http://localhost:3000 and the whole project is ready to use.

Run with docker-compose

To run this with docker-compose please run the following commands. Please make sure that docker and docker-compose is installed in your system.

 > git clone https://github.com/detronetdip/E-commerce.git

 > cd {to your cloned path}/E-commerce/`

 > docker-compose up -d --build
  • Go to your browser and type http://localhost:3000 and the whole project is ready to use.
  • *if you initialy encoutered connection refused error please wait for few seconds and relod the page.
Profile Picture

Hi, I'm Habib. I'm the founder of OpenSourceCollection. I help build web applications, grow businesses, big and small. If that is what you want, contact me.

I'm currently available for freelance work.

Visit my Protfolio. Let's connect on Linkedin or GitHub

Contact Me

About OpenSourceCollection.com
Discover, explore, and find open-source web apps from various categories and technologies, while accessing live demos, screenshots, and GitHub source code links.