Skip to content

Commit

Permalink
Added unit test that can be run with "npm run test"
Browse files Browse the repository at this point in the history
  • Loading branch information
irushavm committed Oct 15, 2023
1 parent 5ede143 commit 8e718bf
Show file tree
Hide file tree
Showing 6 changed files with 25,888 additions and 19,220 deletions.
8 changes: 4 additions & 4 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ git clone git@github.com:Reveal-IQ/MEMS.git
```
2. Navigate to root folder containg docker compose file. Launch docker containers
```
Mac/Windows: docker-compose --project-name MEMS up
Linux: docker compose --project-name MEMS up
Mac/Windows: docker-compose --project-name mems up
Linux: docker compose --project-name mems up
```
3. Verify the following containers have launched successfully
- **reveal/api** : Backend web application
Expand All @@ -36,7 +36,7 @@ cd client/web

Add the following to hostfiles:
```
127.0.0.1 dev.reveal.health
127.0.0.1 mems.revealfoundation.com
```

To access hostfiles:
Expand Down Expand Up @@ -97,7 +97,7 @@ The Setup Wizard is required to be configured based on the implementation need.
> - Password: Admin@123
> - SSL Certificates: SKIP
> - Institute Information
> - Insitute Name: Demo Clinic
> - Insitute Name: Demo Local Clinic
> - Insitute Code: DMO [Code value must be unique ]
> - Currency: SKIP
> - Time Zone: SKIP
Expand Down
Loading

0 comments on commit 8e718bf

Please sign in to comment.