This repository is part of the challenges from the course FullCycle 2 by Code.Education
-
When the user access nginx it forwads the request to a node app
-
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
-
There must be a docker-compose file to build all necessary containers and make the app available thought port 8080.
docker-compose up -d