Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NightWalker7558 authored May 24, 2024
1 parent ff55972 commit 40550b5
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 40550b5

Please sign in to comment.