Skip to content

vincenth19/myvaccine-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyVaccination Backend API

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.

How to Run This?

Prerequisite:

NodeJS

Steps:

  1. Clone this project.
  2. Go to project directory in your terminal/command prompt.
  3. Type and execute/run npm i to install all the needed packages.
  4. Type and execute/run node . to start the backend in prod mode or
    Type and execute/run npm run devStart to run in developer mode (no need to restart node when error happened).