shanyachaubey / Whats_Happenin-A_big_data_project

0 stars 1 forks source link

Merging atreides to main branch. #42

Closed codingminions closed 6 months ago

codingminions commented 6 months ago

Entire backend code and the react code to handle incoming requests and bubble chart is tested and pushed to branch atreides. This is the PR to push it to main.

codingminions commented 6 months ago

Please review the code and the files changed. The steps to run the whole project end-to-end are:

git clone <> -b atreides. minikube start --cpus <4 should be more than enough> --memory 4096 cd Whats_.... kubectl create -f backend-interface/k8sServer/ kubectl create -f backend-interface/minikube-mongo/ kubectl create -f Topic_Modelling/MLDeployments/ kubectl get pods (to check all of them are running) kubectl port-forward svc/envoy-service 1337:1337 Open a new terminal tab. cd react_frontend npm install npm start.

Please let me know if these steps are not giving you the expected response.