Skip to content

katsuomi/firestore-algolia-demoApp

Repository files navigation

firestore-algolia-demoApp

💬 About

This repository is for 【Firebase】AlgoliaでFirestoreの全文検索機能を実装してみた

💁‍♂️demo

Qiita.gif

🌻 Version

Name Version What
frontend JavaScript High-level languages
npm 6.7.0 Package management system
React.js 16.11.0 JavaScript Library
firesotre database

🔰 Install & Setup

1. Download Docker

The following procedure, please install Docker For Mac or Docker For Windows

https://docs.docker.com/install/

2. Getting source code

git clone https://github.com/katsuomi/firestore-algolia-demoApp.git
cd firestore-algolia-demoApp

3. Start-up

The following procedure, start the container.

# Create Docker image
$ docker-compose build

# Run Docker container
$ docker-compose up 

If the following local server started, it's ok.

host
frontend http://localhost:3000

⚠️ note

Environment variable setting is required.

Please describe the following settings after creating .env file.

  (.env)
REACT_APP_ALGOLIA_ID="******"
REACT_APP_ADMIN_API_KEY="*******"

About

How to use Algolia api.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published