The application provides search functionality for some useful metadata about PlayStore applications.
This project uses Poetry for dependency management. To run the application, you need to have Poetry installed.
- Clone the repository.
- Navigate to the project directory.
- Install the project dependencies with Poetry:
poetry install
- Set the environment variables
SEARCH_API_KEY
,SEARCH_ENGINE_ID
andREDIS_URL
- Run the application:
poetry run python app.py