Rebrand Hipstershop as OnlineBoutique (#328)
* update productcatalog, frontend, readme * revert productcatalog * restore currency logic and ad display * footer cleanup * Resize header image * screenshots * Center align header image in readme * Show platform flag on every page * style fixes * fix currency in UI, remove extra USD * cart bug, fixing * attempt to fix breaking build * fix cart size in handler * replace images * # items in cart is total quantity * Add link to 0.1.4 manifests in readme
This commit is contained in:
parent
5aa38ad5d6
commit
814088f788
47 changed files with 1618 additions and 249 deletions
19
README.md
19
README.md
|
@ -1,7 +1,12 @@
|
|||
# Hipster Shop: Cloud-Native Microservices Demo Application
|
||||
<p align="center">
|
||||
<img src="src/frontend/static/icons/Hipster_HeroLogoCyan.svg" width="300"/>
|
||||
</p>
|
||||
|
||||
This project contains a 10-tier microservices application. The application is a
|
||||
web-based e-commerce app called **“Hipster Shop”** where users can browse items,
|
||||
|
||||
|
||||
**Online Boutique** is a cloud-native microservices demo application.
|
||||
Online Boutique consists of a 10-tier microservices application. The application is a
|
||||
web-based e-commerce app where users can browse items,
|
||||
add them to the cart, and purchase them.
|
||||
|
||||
**Google uses this application to demonstrate use of technologies like
|
||||
|
@ -15,15 +20,17 @@ If you’re using this demo, please **★Star** this repository to show your int
|
|||
> [go/microservices-demo](http://go/microservices-demo) if you are using this
|
||||
> application.
|
||||
|
||||
Looking for the old Hipster Shop frontend interface? Use the [manifests](https://github.com/GoogleCloudPlatform/microservices-demo/tree/v0.1.4/kubernetes-manifests) in release [v0.1.4](https://github.com/GoogleCloudPlatform/microservices-demo/releases/v0.1.4).
|
||||
|
||||
## Screenshots
|
||||
|
||||
| Home Page | Checkout Screen |
|
||||
| ----------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
|
||||
| [](./docs/img/hipster-shop-frontend-1.png) | [](./docs/img/hipster-shop-frontend-2.png) |
|
||||
| [](./docs/img/online-boutique-frontend-1.png) | [](./docs/img/online-boutique-frontend-2.png) |
|
||||
|
||||
## Service Architecture
|
||||
|
||||
**Hipster Shop** is composed of many microservices written in different
|
||||
**Online Boutique** is composed of many microservices written in different
|
||||
languages that talk to each other over gRPC.
|
||||
|
||||
[![Architecture of
|
||||
|
@ -310,7 +317,7 @@ If you've deployed the application with `kubectl apply -f [...]`, you can
|
|||
run `kubectl delete -f [...]` with the same argument to clean up the deployed
|
||||
resources.
|
||||
|
||||
## Conferences featuring Hipster Shop
|
||||
## Conferences featuring Online Boutique
|
||||
|
||||
- [Google Cloud Next'18 London – Keynote](https://youtu.be/nIq2pkNcfEI?t=3071)
|
||||
showing Stackdriver Incident Response Management
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue