Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 498 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 498 Bytes

photo-carousel

This is a service I created individually but as part of a group project of recreating an entire Steam game page

Demo:

alt text

alt text

Getting Started

git clone https://github.com/FEC-Bell/photo-carousel.git`
npm install
npm run seed

Requirements

  • Node JS v10 or later

Endpoints

GET /api/media/:gameid

Data shape:

{
  id: Number,
  mediaType: String,
  url: String,
  thumbnail: String
}