P’UNK AVENUE Backend Challenge

  1. Every hour collect information from the following APIs:

  2. Store the collected information.

  3. Expose the stored information through the following endpoints:
    1. /api/v1/stations?at=<dateTime>
    2. /api/v1/stations/<kioskId>?at=<dateTime>
    3. /api/v1/stations/<kioskId>?from=<fromDateTime>&to=<toDateTime>&frequency=<daily|hourly>

    The <dateTime> should have the format: 2017-11-01T11:00:00.

  4. Deploy to a cloud based infrastructure.

Tech stack

  • NestJS (NodeJS).
  • Jest.
  • TypeScript.
  • Docker, hosted in Linode.
  • MongoDB, hosted in MongoDB Cloud.