An autocomplete search bar that returns legal terms.
-
Install Docker and Docker Compose if they are not already installed.
-
Open your terminal.
-
Navigate to the root directory of the project.
-
Run the following command to build and start the project:
-
Inside frontend directory, run:
npm install
-
Inside graphql-server directory, run:
npm install
-
now, back to root directory, do:
docker-compose up --build