Full-stack Rails application listing Movies with their details. It has a true encrypted authentication system and a few functionalities provided in the admin panel (CRUD operations on items). As a user, you can filter Movies by genre and give your own rating for each of them. To rate a movie you must be registered and signed in first.
This is a desktop web application and not supposed for small screen devices (any viewport width less than 768px)
All design and functionality ideas (and contents) are cloned and belongs to IMDb.com, Inc.
- Rails 6.1
- Webpacker
- ES6
- RSpec
- Bootstrap
If you want to try this application locally, follow the steps below:
-
Clone the project using
git clone git@github.com:8Bts/imdb_clone.gitcommand. -
run
cd imdb_cloneto enter the folder. -
run
bundle install && yarn installto install dependencies. -
run
rails db:migrateto initialize local databases. -
run
rails serverto start local server
To run tests for the application try the rspec command and ensure that you are in the project folder before running it.
👤 Rashid Mammadli
- Github: 8Bts
- Twitter: @Rasheed49705929
- Linkedin: Rashid Mammadli
- Email: mcmizze@yahoo.com
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!

