Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 587 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 587 Bytes

CSoD '19 Report

This report consists detailed description of what I built during CSoD.

Brief Description

Built a distributed system backend for food order platform, QEats, with Java Spring Boot and MongoDB

  • Implemented a simple GET API in Spring Boot using MVCS architecture
  • Solve the user’s problem of home screen loading very slowly due to load using Caching
  • Implemented API's for searching restaurants by name, cuisine, food item, and their attributes
  • Deployed backend using Docker in cloud