Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 570 Bytes

README.md

File metadata and controls

40 lines (23 loc) · 570 Bytes

ET Reco

Aggregate, Store and Analyse recommendations from Economic Times

Screenshots

ET Reco Dashboard

Run Locally

Clone the project

git clone https://github.com/ishan-agarwal/etreco.git

Go to the project directory

cd etreco

Docker Command to run Grafana

mkdir mysql_data
docker compose up -d

Helpful Commands

open mysql shell

docker exec -it mysql_container mysql -u admin -p ETRECODB