Small fun project which uses the Google suggestion api to generate the most frequently searched questions for a keyword
Repository is actually work in progress.
- clone repository
- install docker and docker-compose
- run
docker-compose up
in root directory of repository - you can reach the frontend on http://localhost:3000
docker-compose up -d rproxy
uvicorn backend.main:app --reload
Send request with keyword to http://localhost:8000/{keyword}
e.g.:
curl --request GET --url http://127.0.0.1:8000/mountainbike
cd frontend && npm start
- Basic functionality
- Containerization
- CI Pipeline
- Add loading/error handling in frontend
- Increase test coverage to 100%
- Implement Rotating Proxy
- Add multilanguage support