A Rails application for creating and managing movie watch lists, with a focus on 80's classics.
- Create custom movie lists
- Add movies to lists with comments
- View movie details including ratings and vote counts
- Delete movies from lists
- Responsive design with a retro 80's aesthetic
- Built with Ruby on Rails
- Uses PostgreSQL database
- Integrates with The Movie Database (TMDB) API for movie data
- Implements Cloudinary for image upload and storage
- Styled with Bootstrap and custom CSS
- Clone the repository
- Run
bundle install
- Set up the database with
rails db:create db:migrate db:seed
- Start the server with
rails server
Make sure to set up the following environment variables:
CLOUDINARY_URL
: Your Cloudinary credentialsTMDB_KEY
: Your TMDB API key