Skip to content

thienma1258/backend-web-api-template

Repository files navigation

BackEnd app

Prerequisites

Installation

Run build app

$ make build

Run commands to run app

$ make run

Testing

Running ping test

curl --location --request GET 'https://dongpham-challenge.herokuapp.com/ping' \
--header 'Content-Type: application/json'