Skip to content

arthur-debiasi/trybe-back-end-docker-todo-list

Repository files navigation

Trybe Project - Docker Todo List

💻 Project

"Containerization" of frontend, backend and test applications using Docker, creating a connection between them and orchestrating their operation.

🚀 Built With

BashDocker

📌 Skills

  • Using Docker commands in the CLI;
  • Create Docker images of applications;
  • Create and run Docker containers;
  • Orchestrate containers using Docker Compose.

Getting Started

⬇️ Dependencies

npm install
cd docker

⚡ Running the Aplication

Initially build the back-end, front-end and test images:

docker image build -t todobackend ./todo-app/back-end
docker image build -t todofrontend ./todo-app/front-end
docker image build -t todotests ./todo-app/tests

Then orchestrate the containers:

npm start

💬 Contact Me

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published