Pedro-Caldas / docker-to-do-list

This project containerizes and orchestrates a Full Stack application by creating different dockerfiles with images and docker-compose.yml files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker To-do List

Introduction

This project combines Front-end and Back-end, based on a To-do List React application previously created by Trybe. The goal was to containerize and orchestrate it by creating different dockerfiles with images and docker-compose.yml files.

Main used technologies:

Docker

Docker Compose

Instructions to utilize the application

To use the application, you will need to have Docker installed.

After cloning the repository, run npm install to install the necessary dependencies. You need to use the command docker-compose up -d to create and start the container. The command must be done via terminal in the directory where the docker-compose.yml file is.

You can use the npm start command to display the application page.

Commit history

You can check the entire commit history to see how the project was developed step by step.

Contact me

You can get in touch with me at pedronerislc@gmail.com or by Linkedin.

About

This project containerizes and orchestrates a Full Stack application by creating different dockerfiles with images and docker-compose.yml files.


Languages

Language:JavaScript 82.0%Language:HTML 7.9%Language:CSS 6.0%Language:Shell 2.4%Language:Dockerfile 1.6%