Skip to content

Latest commit

 

History

36 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerizing a web application

Dockerizing a web application using:

  • node.js-v10
  • docker
  • docker-compose-v3.7

The main goal of this repo is to get an understanding of how dockerized applications work and also, how to set up a database using docker.

Usage

Code

Go into the folder ./api and run npm install

Building Images and Containers

Run:

docker-compose up -d

This command will create two containers: mysql-container and node-container.

Details

You can check for logs using: docker logs node-container

Acknowlegments & References

Special thanks to the YouTube channel: programadorabord.

About

Dockerizing a web application.

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages