This repository is for 【Firebase】AlgoliaでFirestoreの全文検索機能を実装してみた
Name | Version | What | |
---|---|---|---|
frontend | JavaScript | High-level languages | |
npm | 6.7.0 | Package management system | |
React.js | 16.11.0 | JavaScript Library | |
firesotre | database |
The following procedure, please install Docker For Mac or Docker For Windows
https://docs.docker.com/install/
git clone https://github.com/katsuomi/firestore-algolia-demoApp.git
cd firestore-algolia-demoApp
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 |
Environment variable setting is required.
Please describe the following settings after creating .env file.
(.env)
REACT_APP_ALGOLIA_ID="******"
REACT_APP_ADMIN_API_KEY="*******"