learningpath-docker icon indicating copy to clipboard operation
learningpath-docker copied to clipboard

Week II Assignment:George Koshy

Open geokoshy89 opened this issue 5 years ago • 0 comments

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.

geokoshy89 avatar Oct 24 '20 05:10 geokoshy89