Movies-app

This is a movie application that give us the possibility to create movies for allowed users and also rate the movies, the appliction has a homepage and a details page, You can rate a movie on the homepage without reloading the page

Stars
2

Movies App

Classic Movies App.

This is a movie application that gives us the possibility to create movies for allowed users and also rate the movies, the appliction has a homepage and a details page, You can like a movie on the homepage without reloading the page...

Home Page

Details page

Built With

  • Ruby on Rails
  • Ruby
  • Bootstrap

Live demo

Getting Started

To get a local copy up and running follow these simple example steps ๐Ÿ‘‡

Prerequisites

Setup

  • Make sure you have Ruby on Rails set up properly on your computer
  • Clone or download this repo on your machine
  • Enter project directory

Development Database

# Create user
sudo -u postgres createuser blog -s

# Create the database
rake db:create


Install

bundle install

#Install webpacker
rails webpacker:install

Run

#run migration
rails db:migrate

#run the rails s
rails s

Test

rspec

Linters

#fix ruby linters
rubocop -A

๐Ÿ‘ค Aganze Mataba Henri

๐Ÿค Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a โญ๏ธ if you like this project!

Acknowledgments

Related Projects