Danville101 / InstagramClone_GraphQL

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/InstagramClone
   cd InstagramClone
  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

License:MIT License


Languages

Language:TypeScript 98.9%Language:JavaScript 0.8%Language:CSS 0.2%Language:Dockerfile 0.1%