Skip to content

Latest commit

 

History

History
 
 

bookshelf

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Bookshelf - Full featured app showing Authentication and CRUD operations

Requirements

Run the application locally

  1. Set the correct Cloud SDK project via gcloud config set project YOUR_PROJECT id of your application.
  2. Run mvn gcloud:run
  3. Visit http://localhost:8080

Deploy to AppEngine Managed VMs

  1. mvn gcloud:deploy
  2. Visit http://YOUR_PROJECT.appspot.com.