Note: All commands need to be run inside the project root.
$ yarn install -s
$ yarn start
$ docker-compose -f "docker-compose.yml" up -d --build server
$ docker-compose -f "docker-compose.yml" up --build test
-
All defined model fields are mandatory.
-
UserNameFilterContext
is only for demonstration purposes, e.g., how to use multiple contexts in an app. For this particular challenge, filtered results and filter input change handling could've been done in the parent component solely and pass down asprops
.