A coding test that can be used for interview candidates.
This repo is a collection of backend engineer tests implemented in different languages/frameworks.
- Create a zip of the language you want the candidate to complete the test in:
make csharp-test
make java-test
make kotlin-mvc-test
make kotlin-webflux-test
make nodejs-test
- Email the newly created zip file.
cd
into project directory of submission.- Run all the automated tests in the particular submission.
- Destroy any existing docker compose configuration
docker-compose rm -f
. - Start submission
docker-compose up --build