Skip to content

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

Notifications You must be signed in to change notification settings

Lateral-Link/haistack-coding-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published