Skip to content

scaling backend to support production level traffic

Notifications You must be signed in to change notification settings

hrr36-sdc-t2/Eliana-Scaled-Reviews-Module

 
 

Repository files navigation

Bearbnb

Recreation of Airbnb's Customer Reviews Module (Scaled To Support 100M Records And 1000 qps)

Related Projects

Table of Contents

  1. Tech Stack
  2. Usage
  3. Requirements

Tech Stack

  • Javascript, React
  • React-Bootstrap
  • Node.js, Express
  • MongoDB, Mongoose

Usage

  1. Install project's dependencies.
  2. Open two CLI windows and run the commands npm run dev:react, and npm run start.

Requirements

An nvmrc file is included if using nvm.

  • Node 6.13.0

Installing Dependencies

From within the root directory:

npm install -g webpack
npm install

About

scaling backend to support production level traffic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.3%
  • CSS 7.7%