Skip to content

Repo for the work done by team 6 in Google CodeU 2019

License

Notifications You must be signed in to change notification settings

gjchong25/CodeU-2019

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeU Starter Project

This repo contains Team 6 (Team JADANG)'s starter project for Google CodeU Spring 2019

Deploying to AppEngine

To run locally:

mvn appengine:devserver

The app can be explored by navigating to localhost:8080 or to the admin page for debugging.

To push this code to the public-facing production server:

mvn appengine:update

You will need to login the first time this is run. For problems or more information, see the project documentation.

Important Note:

Due to rapidly changing file structure and data properties, it will likely be necessary to run

mvn clean

before running the code after pulling changes locally

About

Repo for the work done by team 6 in Google CodeU 2019

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 85.8%
  • CSS 6.1%
  • JavaScript 5.9%
  • HTML 2.2%