Skip to content

asadpstu/Fullstack-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors