Skip to content

tbay44/product-seller-description

Repository files navigation

tBay

Product and seller description, microservice that mimics that of an eBay product page. This component was built with React and display product information that is retrieved from a MongoDB database as well product ratings based on data given from the reviews microservice.

Related Projects

Preview

Table of Contents

  1. Getting Started
  2. Requirements
  3. Technologies

Getting Started

  1. Install npm packages:
npm install
  1. Start the server (default port is 3007)
npm run server
  1. Bundle code with Webpack
npm run build
  1. Setup MongoDB locally or on MongoDB Atlas
  2. Change DB_CONNECTION in db/db.js to connect to your local or hosted database
  3. Uncomment lines 4 and 44 in db/db.js and save 1 time to seed database with data from db/data.js
  4. Navigate to localhost:3007

Requirements

  1. MongoDB / MongoDB Atlas

Technologies

  • MongoDB
  • React
  • Node
  • Express
  • Docker

About

Product/Seller description microservice that mimics that of an eBay product page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages