YourTake is a movie review website created by Michael Palhidai to show Teachers' Curriculum Institute that I am a competent full stack rails developer. TCI and I have the same mission to create a better future by helping our teachers and students. Try out the website at the link below.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
This project runs on Ruby and Rails
Current environment:
rvm -v 1.29.14
ruby -v 2.5.1p57
rails -v 5.2.1
bundler -v 1.16.1
In your terminal change directory to where you want to clone this rails application.
CLI:
git clone https://github.com/MPalhidai/YourTake.git
cd YourTake
bundle install
rails db:setup
CLI:
rails server
Open your browser at "localhost:3000".
JS tests designed for chrome driver with Selenium. Running test may timeout the first time in Chrome with no cached items. Try to run rspec again without changes.
CLI:
rspec
- TheMovieDB - The Movie Database API
- Devise - User management
- Bootstrap - Page layout
- FontAwesome - Awesome icons
- Sendgrid - Email distribution
- LetterOpener - User confirmation in dev.
