Repository for INT20H 2021 test task made by U+200F
team.
Aggregating data about buckwheat (and any other goods) from different local stores amongst multiple retail chains, for you to choose the most affordable.
- Single Page Application
- Cool design both for Light and Dark themes
- Localization selector
- Line charts for buckwheat
- Cross-store products search
- Products filters
- Python + Aiohttp + Peewee
- React.js + Semantic Ui
- Docker + Docker Compose
- Nginx
- Install Docker
- Install Docker-compose
- Optional: install SSL certificate for your server using certbot + change
server_name
to your domain name
If you omit step 3 please remove all files inside nginx_service/block_configs
and copy goods-aggregator-nossl.conf
there
git clone https://github.com/gurland/goods-aggregator.git
cd goods-aggregator
docker-compose up --build