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 version | Mobile version |
---|---|
- Download the data with the
scripts/etl.sh
shell script
chmod +x scripts/etl.sh
sh scripts/etl.sh
- Build the docker images and start the container
make start
make logs
make stop
make clean