This application is a full stack of simple search engines using the below technologies:
- redis => as cashing system
- elasticsearch => as full text search
- nest.js => as backend framework
- react.js, next.js, redux, redux-toolkit, rxjs => as frontend tech
- docker-compose => to dickerize the whole app
no need to manually install this APP and everythigs is automated.
just run the below command to start this project.
before running the below command, make sure you have allocated sufficient memory to your Docker engine. Otherwise, the build process might fail.
docker-compose up