This is a Sinatra app that is a movie watchlist using the tmdb-api gem.
- Clone the repo.
git clone https://github.com/pschfr/watching, thencd watching. - Then run
bundle installto install dependencies. - Lastly, use
rerun rackupto start Sinatra, and go tohttp://localhost:9292!
