Hi everyone, this is a very simple API to get vaccination data of Malaysia and all it's state.
This project is deployed in Vercel.
API endpoints and documentation can be found here.
Data source is taken from CITF-Malaysia.
- Clone this project.
- Go to project directory in your terminal/command prompt.
- Type and execute/run
npm i
to install all the needed packages. - Type and execute/run
node .
to start the backend in prod mode or
Type and execute/runnpm run devStart
to run in developer mode (no need to restart node when error happened).