Skip to content
This repository was archived by the owner on Jun 9, 2024. It is now read-only.

Latest commit

 

History

History
38 lines (33 loc) · 1.07 KB

File metadata and controls

38 lines (33 loc) · 1.07 KB

Creating a Container of a Web Application

About

A Docker Compose configuration to execute my to do web app (api and front).

Why

This repository is a challenge of the Kotlin - Backend Developer bootcamp offered by TQI and Digital Innovation One.

How to install

Prerequisites

Installation

In your terminal, clone the repository.

git clone git@github.com:gccunha015-dio/creating_a_container_of_a_web_application.git

Enter the directory cloned.

cd creating_a_container_of_a_web_application

Execute the run.sh script.

./run.sh

How to use

Usage

Wait a few seconds for the services to be up then navigate to http://localhost:3000/ in your web browser.