tirathawat / covid

LMWN Software Engineer, Backend Go Assessment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COVID API

Introduction

This is an API for COVID-19 data, which provides a summary of the number of cases by province and age group. The API fetches data from a source and provides a summary response in JSON format. The API is written in Go language and uses the Gin framework.

Installation

To install the dependencies of the API, run the following command:

make install

Running the API

To run the API in development mode, run the following command:

make dev

Testing

To run the unit tests and linter, run the following command:

make test

About

LMWN Software Engineer, Backend Go Assessment


Languages

Language:Go 99.4%Language:Makefile 0.6%