Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding typesense and instantsearch #333

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

alfredoloce
Copy link
Collaborator

What does this PR do?

--Add Typensense
--Add Instatnsearch for improbing searching
--Modifications on the header

Where should the reviewer start?

on the root folder:
--projects_index.tsx
--intershipProjects_index.tsx

new typsense folder

How should this be manually tested?

to test it locally you have to follow this:

  1. install docker if you dont have it

  2. add this to your .env:

TYPESENSE_HOST=localhost
TYPESENSE_PORT=8108
TYPESENSE_PROTOCOL=http
TYPESENSE_API_KEY=123
TYPESENSE_ADMIN_API_KEY=123
REACT_APP_TYPESENSE_SEARCH_ONLY_API_KEY=123
REACT_APP_TYPESENSE_HOST=localhost
REACT_APP_TYPESENSE_PORT=8108
REACT_APP_TYPESENSE_PROTOCOL=http
  1. start the server with the command:
    npm run startypesense
    and check on your docker if the image is done, then you will have to start it

  2. fill the server with your database using:
    npm run populate

Any background context you want to provide?

What are the relevant tickets?

Screenshots

Questions

Checklist

  • I added the necessary documentation, if appropriate.
  • I added tests to prove that my fix is effective or my feature works.
  • I reviewed existing Pull Requests before submitting mine.

@alfredoloce alfredoloce requested a review from jackbravo May 13, 2024 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant