Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 342 Bytes

File metadata and controls

10 lines (8 loc) · 342 Bytes

API Test

Playground and testing for node api testing. Initially used to test heroku functionality and ease of use.

Setup

  1. Install dependencies yarn i
  2. Add tmdb api key to handlers.ts file line #5.
  3. Run development mode yarn dev

Build

Build via yarn build and push to server or use yarn start to view compiled version.