A web application for informed and safe shopping during COVID-19.
- Aditi Jain
- Carl Atupem
cd shopsafe-backend/
mvn com.theoryinpractise:googleformatter-maven-plugin:format
// Install Angular
npm install -g @angular/cli
// Build Frontend
cd shopsafe-frontend/
ng build --delete-output-path=false
// Run Local Web Application
cd ../shopsafe-backend/
mvn package appengine:run
// Add -Dmaven.test.skip to skip tests
// Install Angular
npm install -g @angular/cli
// Build Frontend
cd shopsafe-frontend/
ng build --prod --delete-output-path=false
// Deploy Web Application
cd ../shopsafe-backend/
mvn package appengine:deploy
// To skip Java tests, add
-Dmaven.test.skip