Issue Title: Supported dockerfile and docker compose for this app.
resolve issue: #144
Type of change ☑️
What sort of change have you made:
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Code style update (formatting, local variables)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
Checklist: ☑️
[x] My code follows the guidelines of this project.
[X] I have performed a self-review of my own code.
[X] I have commented my code, particularly wherever it was hard to understand.
[X] I have made corresponding changes to the documentation.
[X] My changes generate no new warnings.
[X] I have added things that prove my fix is effective or that my feature works.
[X] Any dependent changes have been merged and published in downstream modules.
Screenshot of the changes made in your work (if applicable):
How Has This Been Tested? ⚙️
Describe how have you verified the changes made.
started app with all three services(mongodb,server,client) using docker compose up.
started app with individual dockerfile as container's.
Issue Title: Supported dockerfile and docker compose for this app.
resolve issue: #144
Type of change ☑️
What sort of change have you made:
Checklist: ☑️
Screenshot of the changes made in your work (if applicable):
How Has This Been Tested? ⚙️
Describe how have you verified the changes made. started app with all three services(mongodb,server,client) using docker compose up. started app with individual dockerfile as container's.