/ai-search-base-repo

Primary LanguageTypeScriptApache License 2.0Apache-2.0

About The Project

Simple github AI project search repo

Built With

The project is built with lots of cool tecnologies. All of them are open-source.

Prerequisites

You will need three main things to get started:

  • npm
  • GitHub API key
  • Meilisearch instance with uploaded repositories names (optional)

Installation

  1. Get a GitHub API key
  2. Clone the repo
    git clone https://github.com/itsmebins/ai-search-base-repo.git
  3. Install NPM packages
    npm install
  4. Set your GitHub API key in .env
    GITHUB_ACCESS_TOKEN_2="YOUR API KEY"
  5. Set your Meilisearch credentials in .env (optional)
    NEXT_PUBLIC_MEILI_URL="YOUR MEILI INSTANCE URL"
    NEXT_PUBLIC_MEILI_SEARCH_KEY="YOUR MEILI PUBLIC KEY"

License

Distributed under the Apache License 2.0. See LICENSE.txt for more information.