/fullcycle-challenges-docker02

Second docker challenge from FullCycle2 course by code.education

Primary LanguageJavaScript

fullcycle-challenges-docker02

FullCycle by Code.Education

This repository is part of the challenges from the course FullCycle 2 by Code.Education


Docker Challenge #02 - Nginx, Node.js && MySQL

  1. When the user access nginx it forwads the request to a node app

  2. The node app adds a name on mysql database everytime it runs and should return

    <h1>Full Cycle Rocks!</h1>
    - List of names registered in database
  3. There must be a docker-compose file to build all necessary containers and make the app available thought port 8080.

    docker-compose up -d