Skip to content

Rails CRUD app that helps you keep track of your favorite movies.

License

Notifications You must be signed in to change notification settings

OrkunSA/movie_box

Repository files navigation

Movie Box

MovieBox

The application helps you keep track of your favorite movies, and create lists to manage and organize those movies.

Installation

To get started with the app, clone the repo and then install the needed gems:

$ bundle install

Next, migrate the database:

$ rake db:migrate

Then run the app in a local server:

$ rails s

Demo

DEMO

Blog

https://medium.com/swlh/rails-project-moviebox-32193e5da2a7

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/OrkunSA/movie_box.git. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.