/backend-technical-assignment

This is a technical assignment created to verify your Node.js skills for the purpose of recruitment for Digikraft.io

Primary LanguageJavaScript

Backend Technical Assignment Test Result (hosted on AWS)

Example endpoint

http://54.147.247.103/api/v1/stations?at=2022-06-24T01:11:44.709Z
http://54.147.247.103/api/v1/stations/3004?at=2022-06-24T01:11:44.709Z

Server start point

npm start

API Call on Browser

GET: /api/v1/stations?at=TIMESTAMP
GET: /api/v1/stations/KIOSKID?at=TIMESTAMP

API unit testcase

npm run test