Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 604 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 604 Bytes

Project Hospital Encyclopedia

This is the repository that handles both the processing of project hospital xml files and the web app to display diagnoses, treatments, symptoms, etc.

How to run the ph-scrapper Node app

After updating the input xml files, run the following command with npx or yarn (preferred package manager of this repo):

yarn nx run ph-scraper:serve

Tools used for development

This project was generated using Nx.