Danville101 / PanaBank

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/PanaBank
   cd PanaBank
  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 63.0%Language:Go 25.3%Language:HCL 7.2%Language:CSS 2.7%Language:JavaScript 1.0%Language:Makefile 0.6%Language:Dockerfile 0.3%