Movie_DB is a database with films and actors compiled together and it gives ability to users to add or edit movies and people to the database. There are reviews also in the project that will be build later.
Run following commands in your terminal
- bundle install
- rails db:migrate
- rails db:seed
- rails s
Open browser and visit - http://localhost:3000/
User doesn't need to create an account to view Movies or people pages.
In order to make any changes or add new movies or people, user must sign in via login or facebook. If user doesn't have facebook account, user should signup.
Upon sign in user, can add/edit/delete movies and people.