This is a project created for learning purposes, following the Ruby on Rails course by Pragmatic Studio. The project is built with Ruby on Rails and focuses on movies, reviews, favorites and users.
- Ruby 3.2.3
- Rails 7.1.3.3
-
Clone the repository:
git clone https://github.com/mende1/flix.git cd flix
-
Install the required gems:
bundle install
-
Set up the database:
rails db:create rails db:migrate rails db:seed
-
Start the Rails server:
rails s
-
Visit http://localhost:3000 in your web browser.
This project includes features for managing movies, reviews and favorites, based on users. You can create, read, update, and delete records for each entity. The app demonstrates basic CRUD operations and the use of Ruby on Rails for creating a modern, interactive web application.