Skip to content

Data Visualization on Malaysia blood donation trend

Notifications You must be signed in to change notification settings

hmingji/DataViz

Repository files navigation

Blood Donation Trend

Built with reactjs(frontend, 'react' branch) and aspnet (api), an interactive visualization of blood donation trend in Malaysia. Data source: MoH Public Data Repo

Getting Started (development)

  • Install docker-desktop
  • Clone repo
  • Generate github personal access token to access the data source repo
  • Navigate into folder api, open file appsettings.sample.json and insert the token, then rename the file as: appsettings.Development.json
  • Navigate into folder client, rename file .env.sample into .env.local
  • Open terminal, run docker-compose up -d

You should be good to go now! Open localhost:3000 in browser.

(Note: One of the packages used in api, e.g. z.dapper.plus is not free and thus you may need to update the package version to renew the trial.)

Architecture

diagram

Releases

No releases published

Packages

No packages published

Languages