elhsmart / UltraTest

Interview Coding Test for Ultra software development department.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

To use the Ultra Test appllication, you must have NodeJS version 16 or higher on your machine or use Docker.

Download repo and run it with Docker containers.

Requirements

Based no PDF with "Coding Test" few next requirements was defined as API proposal:

  1. Full CRUD API endpoints for simple "Game" entity
    • Ability to create Game entity without Publisher, Tags or Discouts related to the game or drop all this data on editing
    • Unique key for Game Title
  2. Game Entity list endpoint wih ability to fetch lists, limit it this list by count and offsetting it from start
  3. Game Publisher endpoint, where Publiser entity can be fetched with relation to current game
  4. API Enpoint to trigger Games update job based on releaseDate field

Architecture

Running the app

# development
$ npm run dev:docker

Test

All related Postman requests can be found in separated collection.

# e2e tests
$ npm run test:e2e:docker

Tech Debt's

About

Interview Coding Test for Ultra software development department.


Languages

Language:TypeScript 96.7%Language:JavaScript 1.8%Language:Shell 0.9%Language:Dockerfile 0.7%