Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 581 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 581 Bytes

AmazonFresh

Developed prototype of AmazonFresh website in MEAN stack.

Implemented RabbitMQ and Redis caching to make system scalable and improve performance.

Developed front-end using EJS, Angularjs, Bootstrap, HTML5, CSS and front-end APIs using nodejs.

RabbitMQ is implemented as a message passing protocol and get the responses via Redis Cache.

Backend of the system comprised of Nodejs, MongoDB, MySQL.

Implemented connection pooling while communicating with database and prevented excessive usage of machine cycles in establishing and releasing connections everytime.