/EcommerceGoogleAppEngine

A study project of a e-commerce web system using several technologies from Google Cloud Engine

Primary LanguageJava

Project Title

GoogleAppEngine Eccomerce

What is in this repository?

Study implementing a simple ecommerce with Google App Engine.

The following features are implemented:

  • Register a new user;
  • Change data for an existing user;
  • Delete an existing user;
  • Find an existing user by name;
  • List all existing users;
  • Register a new product;
  • Change data for an existing product;
  • Delete an existing product;
  • Search for an existing product by name;
  • List all existing products;

The following Technologies from GAE and AWS were used in this project:

  • Google App Engine to run the application
  • Cloud SQL for user and products database
  • Cloud Storage for storage management (e.x. user and products photos)
  • Amazon SES for automatic emails