- Open "Docker Desktop."
- Check Docker status:
sudo status docker # or sudo service docker status
-
Navigate to the backend directory:
cd backend -
Build and start the Docker containers:
docker-compose up --build
-
Navigate to the frontend directory:
cd frontend -
Build and start the Docker containers:
docker-compose up --build
Navigate to Chrome/Any browser:
http://localhost:3000