A movies renting application made with Ruby, Rails, Active Record and SQLite.
After 1 week from finishing my first project movies-renting-CLI, I was excited to apply movies renting ideas for this Rails mini project.
- Ruby
- Rails
- Active Record
- SQLite
- Clone this repository
- Using the terminal navigate to the root directory
- Run "Bundle Install"
- Run "rails server"
- Go to "localhost:3000/users" to check out this project
- Users can edit their names, emails, addresses and can also delete accounts.
- Users can see all the movies in the application, movies information and movie trailer. Users also can edit movie, delete movie
- Users can rent and return movies.
- Users can keep track their history of renting and those they haven't returned yet.
- Users can post reviews and ratings for movies and it will update the database.