Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 282 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 282 Bytes

README

Movie Review App.

Install:

  • Run bundle install & then run rails db:migrate & rails db:seed

  • Login to admin panel after starting server(localhost:3000/admin) (default username and password is specified in the seed)

  • Create necessary fields

Test:

  • Run: rails spec