A web application used by the health system authorized personel that provides means to input infected patients minimal data and that can further perform analysis of the data using graph theory algorithms.
Link to video
Link to devpost
Link to demo
- Clone this repository
cd frontendnpm installcd ../sbt run
This will run the application locally.
When a new version is to be released we will use heroku cli.
One can contribute to the frontend independently of the backend. The same for the backend.
When modifying the frontend one needs to:
cd frontendng build --prod --output-path ../src/main/resources/client- stop/run the backend again