Skip to content

schu96/Atelier-System-Design

 
 

Repository files navigation

Atelier System Design: Reviews

Description

The Atelier System Design project is a redesign of an existing eCommerce backend that converts ~15 million CSV datapoints of user provided content into MongoDB documents and implementation of RESTful API endpoints for querying and recording new user reviews. Original CSV datapoints have been omitted for privacy reasons.

Dependencies and Requirements

MongoDB version 5.0.14

Mongosh version 1.7.1

Dependency packages required for this database can be installed with

npm install 

This reviews API endpoint is capable of making POST requests to save new reviews with data verification, GET requests to create averages and summations of specific parameters, and PUT requests to allow users to report a review or mark the review as helpful.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.4%
  • Dockerfile 0.6%