Skip to content

DroidsOnRoids/backend-recruitment-task-2023

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOR recruitment task

The recommended way to start the work is to install dependencies

npm install

and then run this command:

docker run -v $(pwd)/tasks:/app/tasks -it kzielonka/dor-brt:latest /bin/bash

You should get access to bash. There are three tasks.

Task 0 is just to check that everything is set up properly.

cd tasks/task0
npm test

Task 1 is a warm-up.

Task 2 is the main goal of pair programming.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.4%
  • JavaScript 8.0%
  • Dockerfile 4.6%