A movie review website where users can leave reviews on all the latest popular movies! Built using Ruby on Rails with movie data seeded from The Movie Database API.
- Search for the most popular movies by title name
- See movie details.
- Add movies to your watchlist.
- Leave a review.
- See other users watchlists.
- Authentication features (log-in | Logout | Signup)
Video demo for this application can be found here!
To get Movie Reviews up and running use the following commands:
git clone https://github.com/jguzz/Movie-Reviews-Website.gitcd Movie-Reviewsbundlerails db:migraterails db:seedrails s
To contribute to Movie Reviews, follow these steps:
- Fork this repository.
- Create a branch: git checkout -b <branch_name>
- Make your changes and commit them: git commit -m '[commit_message]'
- Push to the original branch: git push origin [project_name]/[location]
- Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.
Code written by...
Joseph A Guzzardo
Osgood Gunawan
To contribute to Plantstory, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name> - Make your changes and commit them:
git commit -m '[commit_message]' - Push to the original branch:
git push origin [project_name]/[location] - Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.
Copyright (c) [2020] [Joseph A Guzzardo]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.




