Skip to content

An autocomplete search bar that returns legal terms. it uses a graphql server to fetch data from a backend a deliver it to the frontend.

Notifications You must be signed in to change notification settings

Gabrielolobo/ruy

Repository files navigation

Ruy

An autocomplete search bar that returns legal terms.

How to Run with Docker

Prerequisites

Steps

  1. Install Docker and Docker Compose if they are not already installed.

  2. Open your terminal.

  3. Navigate to the root directory of the project.

  4. Run the following command to build and start the project:

  5. Inside frontend directory, run:

    npm install
    
  6. Inside graphql-server directory, run:

    npm install
    
  7. now, back to root directory, do:

    docker-compose up --build
    

This Project will be running on localhost:5173 like this:

Landpage Search results

Up to date Version in wip.

About

An autocomplete search bar that returns legal terms. it uses a graphql server to fetch data from a backend a deliver it to the frontend.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published