travelbud is a web application for travelers.
We use Cloud Shell for development, which requires a Google account. Click this link to directly open this project in Cloud Shell.
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.
You can preview the cloned project by packaging and running the app locally:
mvn package appengine:run
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 |