Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 469 Bytes

File metadata and controls

10 lines (7 loc) · 469 Bytes

Screenshot of Watching

This is a Sinatra app that is a movie watchlist using the tmdb-api gem.

Running

  1. Clone the repo. git clone https://github.com/pschfr/watching, then cd watching.
  2. Then run bundle install to install dependencies.
  3. Lastly, use rerun rackup to start Sinatra, and go to http://localhost:9292!