Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.32 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.32 KB

team_manager

A basic platform for managing team members.

Introduction

Welcome to My App! This is a simple application designed to showcase the power of Docker Compose for easy setup and deployment.

Prerequisites

Before you begin, ensure you have the following installed on your system:

Docker Docker Compose Getting Started Follow these instructions to get a copy of the project up and running on your local machine.

Clone the Repository

Clone the repository to your local machine using the following command:

git clone [email protected]:jazzbassjohnson/team_manager.git

Navigate to the Project Directory Move into the project directory:

cd team_manager

Build and Run the Application Build and run the application using Docker Compose:

docker compose up --build

This command will build the Docker images and start the containers as defined in the docker-compose.yml file.

Usage

Once the application is running, you can access it at http://localhost:8000 (or the appropriate port defined in your docker-compose.yml).

Troubleshooting

If you encounter any issues, try the following steps:

Ensure Docker and Docker Compose are properly installed.

Verify that you are in the correct directory containing the docker-compose.yml file.

Check for any error messages in the terminal and address them as needed.