https://assignment3-frontend-415323.ue.r.appspot.com/search/home
npm start to run the backend application (move to the backend folder)
-
gcloud init -
gcloud app deploy
ng serve to run the frontend application (move to the frontend folder)
-
Change all url of http://localhost:3000/.... to backend url (https://assignment3-backend.uw.r.appspot.com/) in app.services.ts file
-
Delete current dist folder
-
ng build --configuration production -
gcloud init -
gcloud app deploy
Note: run npm install to install all the dependencies