https://github.com/jeanextreme002/autocomplete
:mag_right: This is an autocomplete page using GraphQL and Elasticsearch
https://github.com/jeanextreme002/autocomplete
autocomplete elasticsearch fastapi graphql react suggestions
Last synced: 7 months ago
JSON representation
:mag_right: This is an autocomplete page using GraphQL and Elasticsearch
- Host: GitHub
- URL: https://github.com/jeanextreme002/autocomplete
- Owner: JeanExtreme002
- License: mit
- Created: 2024-07-12T02:09:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-15T11:09:19.000Z (about 1 year ago)
- Last Synced: 2025-01-06T08:21:04.468Z (9 months ago)
- Topics: autocomplete, elasticsearch, fastapi, graphql, react, suggestions
- Language: Python
- Homepage:
- Size: 453 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Autocomplete
This project implements an website with an autocomplete box using GraphQL and Elasticsearch.More information at [back-end](./back) and [front-end](./front) directories.
**Author:** Jean Loui Bernard Silva de Jesus
## Getting Started
The entire project has been built to run entirely on [Docker](https://www.docker.com/).Create a `.env` from `.env.sample` and execute the command below to run the application:
```
docker-compose up
```
You can also populate the application automatically setting `seed=true` at `.env`.## Application Preview
Check out the preview below:### First contact on the home page
### Autocomplete Suggestions