Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

googleinterns/step32-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShopSafe 🛒

A web application for informed and safe shopping during COVID-19.

Contributors

Mentors

  • Aditi Jain
  • Carl Atupem

Static Demo

Development Information

Formatting Java Code

cd shopsafe-backend/
mvn com.theoryinpractise:googleformatter-maven-plugin:format

Running Development Server

// 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

Deployment Instructions

// 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

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages