diff --git a/README.md b/README.md index ee8fd82..97c0afc 100644 --- a/README.md +++ b/README.md @@ -32,32 +32,22 @@ To get the application running, follow these steps: Repeat these steps for each microservice: `StorageMgmtServ`, `UsageMntrServ`, `UserAccMgmtServ`, and `EventBus`. +4. Similarly, the unit tests for each microservice can be run as follows: + + ```bash + npm run test + ``` + ## Contributors - [Muhammad Ashhub Ali](https://github.com/NightWalker7558) - [Wasif Mehmood](https://github.com/wasif2mehmood) - [Adeel Ahmad Qureshi](https://github.com/itsAdee) -- [Muhammad Bilal](https://github.com/mbilal234) -- [Abdul Arham](https://github.com/a-arham-x) ## Branches -- The `development` branch runs on localhost. +- The `test` branch runs on localhost. - To access the Google Cloud Platform (GCP) version of the application, switch to the `main` branch. [Switch to main](https://github.com/itsAdee/PhotoGallery/tree/main) - To access the Docker Desktop version of the application, switch to the `Docker_Desktop` branch. [Switch to Docker_Desktop](https://github.com/itsAdee/PhotoGallery/tree/DockerDesktop) - -## Contributions - -We welcome contributions from everyone. If you're interested in contributing, here are some guidelines: - -1. Fork the repository and create your own branch. - -2. Make your changes and commit them to your branch. - -3. Submit a pull request with your changes. - -Please make sure to follow the existing code style and include tests for any new features or changes. - -Before submitting a pull request, please make sure all tests pass and there are no linting errors. \ No newline at end of file