Skip to content

Commit

Permalink
referralmanagement version 1.0.0-beta, added changelog, localsetup
Browse files Browse the repository at this point in the history
  • Loading branch information
kanishq-egov committed Oct 17, 2023
1 parent 794109b commit 4b09e7a
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
6 changes: 6 additions & 0 deletions health-services/referralmanagement/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Changelog
All notable changes to this module will be documented in this file.

## 1.0.0-beta

- Base version
31 changes: 31 additions & 0 deletions health-services/referralmanagement/LOCALSETUP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Local Setup

To setup the Project service in your local system, clone the [Health campaign services](https://github.com/egovernments/health-campaign-services).

## Dependencies

### Infra Dependency

- [X] Postgres DB
- [X] Redis
- [X] Elasticsearch
- [X] Kafka
- [X] Consumer
- [X] Producer


## Running Locally

You can use docker-compose file to get started with these dependencies. Download docker-compose.yml from [here](../libraries/docker-compose.yml)

Use the following command to start containers

```
cd path/to/docker-compose.yml file
docker-compose up -d
```

To run it locally this service require port forwarding for idgen service, facility service and project service.

Directly run the application.
2 changes: 1 addition & 1 deletion health-services/referralmanagement/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<artifactId>referralmanagement</artifactId>
<packaging>jar</packaging>
<name>referralmanagement</name>
<version>1.0.0</version>
<version>1.0.0-beta</version>
<properties>
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand Down

0 comments on commit 4b09e7a

Please sign in to comment.