Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 1.54 KB

README.md

File metadata and controls

57 lines (34 loc) · 1.54 KB

Haistack Coding Challenge

Coding challenge presented to candidates interviewing for a role at Haistack.AI.

#findyourneedle

A screenshot of the application

Installation

  1. Install Docker Desktop.
  2. Clone this repository.
  3. Copy the example environment file.
  4. Build the container image.
  5. Install JavaScript dependencies.
  6. 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

Usage

Browse to http://localhost:3000.

Running tests

docker compose run -e RAILS_ENV=test --rm app bundle exec rspec

Support

Contact the authors in case of problems.

Contributing

Follow these instructions.

Authors and acknowledgment

License

Copyright 2023 Haistack.AI