datastaxdevs / learningpath-docker

Docker online course for developers
57 stars 60 forks source link

Week II Assignment:George Koshy #10

Open geokoshy89 opened 4 years ago

geokoshy89 commented 4 years ago

Please review my Week II assignment!

My name: George Koshy My GitHub repository: https://github.com/geokoshy89/docker-ws-week2 Description: This is a simple application that displays some records from mysql database.The application consist of three containers as defined in docker-compose file. The data base service is mysql server with preloaded data from a sql file. The Studentapi service is a springboot application that interacts with database service. The student ng service is an angular application that fetches data thru rest end points defined in studentapi. The database service stores it's data in volume defined in docker compose file.