Skip to content

HRR43-Team-Leia/Media-Carousel-Service

Repository files navigation

Media-And-Info-Service

Getting Started for Development

  • Run npm install
  • Seed the database npm run seed
  • Start up webpack with npm run build:dev
  • Start up the server with npm run start:dev

Getting Started for Adding This Service to Your Proxy Server

  • Git clone the repo
  • In your proxy server's index.html page, add <div id="photos-and-info"></div> and <script src="http://localhost:3001/bundle.js"></script>
  • cd into Media-Carousel-Service
  • Run npm install
  • Seed the database npm run seed
  • Run webpack npm run build:dev
  • Start up the server npm run start:dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published