| A Letterboxd inspired social network for film built with a Ruby on Rails and PostgreSQL back end and a React.js front end. Search the OMDb database for films to rate or add to a watchlist and follow users to view their film activity. |
🔗 Website
- React.js
- Redux
- Ruby on Rails
- PostgreSQL
- BCrypt
- OMDb API
- Semantic UI React
- HTML & CSS
- Render
- Register users and log in authenticated with BCrypt
- Fetches from OMDb API to search, sort, and display over 200,000 films
- Log and rate films on a 5-star scale and update or remove entries
- Add films to a watchlist and remove entries
- Search for, follow and unfollow users to view their activity on home feed
- View film's average Boxd rating and followed users who watched it
- View user profiles with logged films and ratings
$ git clone https://github.com/ashhhlynn/boxd.git$ cd boxd$ bundle install $ rake db:create$ rake db:migrate$ rails s$ cd client$ npm install$ npm startThis project is MIT licensed.