Danville101 / Fit-Gears-Ecommerce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Compose Application Setup Guide

Overview

This guide provides instructions for running our application using Docker Compose. Docker Compose is a tool that simplifies the process of running multi-container Docker applications.

Prerequisites

  • Docker installed on your system. If not installed, follow the official Docker installation instructions here.
  • Docker Compose installed on your system. If not installed, follow the official Docker Compose installation instructions here.

Getting Started

  1. Clone the Repository:
   git clone https://github.com/Danville101/Fit-Gears-Ecommerce
   cd Fit-Gears-Ecommerce
  1. Start Docker Containers:
    docker-compose up
  1. Access the Application: Open your web browser and navigate to http://localhost:3000

  2. Stopping the Application:

 docker-compose down

Thanks for visiting  

About


Languages

Language:TypeScript 60.9%Language:Python 28.5%Language:HCL 6.4%Language:Shell 1.7%Language:HTML 1.1%Language:Dockerfile 0.7%Language:JavaScript 0.4%Language:Mako 0.2%Language:Makefile 0.1%Language:CSS 0.1%