What was changed?
This pull request adds essential project documentation and updates the README file
Added CODE_OF_CONDUCT.md
Added CODING_STANDARDS.md
Added CONTRIBUTING.md
Updated README.md in root folder, server and client_app
Why was it changed?
Currently, our project lacks essential documentation that is crucial for maintaining a healthy open-source community and ensuring consistent code quality. So added the required files to establish clear community guidelines and expectations.
How was it changed?
The following files were created or modified:
CODE_OF_CONDUCT.md
CODING_STANDARDS.md
CONTRIBUTING.md
root/README.md: Updated to include steps to run the docker
server/README.md: Steps to run the server component individually
Fixes #71
What was changed? This pull request adds essential project documentation and updates the README file
Why was it changed? Currently, our project lacks essential documentation that is crucial for maintaining a healthy open-source community and ensuring consistent code quality. So added the required files to establish clear community guidelines and expectations.
How was it changed? The following files were created or modified: