Skip to content

Developed prototype of AmazonFresh in MEAN stack to make scalable enterprise application

Notifications You must be signed in to change notification settings

mohitp12/AmazonFresh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.