Coding challenge presented to candidates interviewing for a role at Haistack.AI.
#findyourneedle
- Install Docker Desktop.
- Clone this repository.
- Copy the example environment file.
- Build the container image.
- Install JavaScript dependencies.
- Create and start the containers.
git clone [email protected]:Lateral-Link/haistack-coding-challenge.git
cd haistack-coding-challenge
cp .env.example .env
docker compose build --no-cache
docker compose --rm app yarn install
docker compose up
Browse to http://localhost:3000.
docker compose run -e RAILS_ENV=test --rm app bundle exec rspec
Contact the authors in case of problems.
Follow these instructions.
Copyright 2023 Haistack.AI