Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 504 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 504 Bytes

Movie-Store

This app show the rating of movies . the website link https://niri-movie-store.herokuapp.com/

Workflow:

  • xMovies Workflow
  • xAuthentication
  • Authorization
  • xComments Section

Model

  • xmovie - title:string genre:string plot:text image:string rating:string web:string year:integer cast:text
  • xUser - Devise
  • xComment - movie_id:reference user_id: reference comment: text
  • xview - user:references

UI

  • xBootstrap

Refactoring

  • xmake common helper method for root page