Home

Awesome

Email Indexer

email-indexer is a fullstack application that can index and search emails details and content within seconds.

It has a monorepo structure and was developed following some principles of hexagonal architecture.

Web versionMobile version
Deepsearch-webDeepsearch-mobile

Tech Stack

Instalation

    chmod +x scripts/etl.sh
    sh scripts/etl.sh
    make start

See the logs of the containers

    make logs

Stop the containers

    make stop

Clean the containers

    make clean