Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 816 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 816 Bytes

reviews-service

Project Overview

The Reviews service is a back-end system supporting an existing client-facing retail web-portal. It is created in Nodejs and is made up of two EC2 instances. The first contains an Express server equipped with Redis-based caching to handle periods of high customer traffic. The second instance contains a Mongo Database with over 1 million reviews and metadata for over 10,000 distinct products.

This is accomplished using mainly the following tools: