Skip to content

gferioli0418/travelbud

Repository files navigation

travelbud

travelbud is a web application for travelers.

Prerequisites

Cloud Shell

We use Cloud Shell for development, which requires a Google account. Click this link to directly open this project in Cloud Shell.

Google Cloud Project

This application is packaged and deployed via App Engine, which requires a Google Cloud Project. You might need to change the <projectId> value in pom.xml if you're not a collaborator.

Development

You can preview the cloned project by packaging and running the app locally:

mvn package appengine:run

Action Cheatsheet

Action Command Notes
Package the app mvn package
Run the app locally mvn appengine:run You might need to run mvn package first.
Deploy the app mvn appengine:deploy You might need to run mvn package first.
Validate HTML/CSS/JS make validate
Format code make pretty

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published