Elastic Search Based Todo App demo

Опубликовано: 21 Июнь 2026
на канале: LEO BABY JACOB
71
0

TodoApp
Github repo: https://github.com/leojacob7/TodoApp
This is a simple TODO app. It was designed to experiment with elastic search and using a mysql database.
You can watch the demo [here](https://drive.google.com/file/d/1zd1E....

TechStack Used:
Front End: React, Material UI
Back End: Express MySQL, Express, Elastic Search

How to start:

1. ```cd elastic-search-todoapp/```
2. Run ```npm run installPackages``` (this will install all required packages)
3. Make sure your elastic search/ kibana is up and running
```(https://www.elastic.co/downloads/elas...)```
4. Create an SQL server,
5. Create an Table like ``` create TABLE TODO (ID VARCHAR(255), TODO VARCHAR(255))```
6. Once everything is up and running cd elastic-search-todoapp/
7. Run ```npm start```