Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 698 Bytes

File metadata and controls

48 lines (35 loc) · 698 Bytes

Project Name : Recipe App

Docker Setup

Docker Installation

Mac:

  1. Open "Docker Desktop."

Ubuntu:

  1. Check Docker status:
    sudo status docker
    # or
    sudo service docker status

Backend Setup:

  1. Navigate to the backend directory:

    cd backend
  2. Build and start the Docker containers:

    docker-compose up --build

Frontend Setup:

  1. Navigate to the frontend directory:

    cd frontend
  2. Build and start the Docker containers:

    docker-compose up --build

Browse app:

Navigate to Chrome/Any browser: http://localhost:3000