Skip to content

Latest commit

 

History

History
109 lines (75 loc) · 3 KB

README.md

File metadata and controls

109 lines (75 loc) · 3 KB

Viewing Party

Viewing party is a way for user to log in and search movies through themoviedb.com API. It also allows a user to create and view their movie night events and events that they are invited to.

Authors

Links

Table of Contents

Getting Started

Gem File

Screen Shot 2021-03-30 at 10 12 29 AM

Prerequisites

What things you need to install the software and how to install them

* rails

```sh
gem install rails --version 5.2.4.3
```

Installing

1. Clone Repo
2. Install gem packages: `bundle install`
3. Setup, Migrate and Seed the database: `rails db:(create,migrate,seed)`

App Demo

Nagivate to and Register as a user: http://localhost:3000/ Screen Shot 2021-03-30 at 1 01 40 PM

Register as User: Screen Shot 2021-03-30 at 1 20 52 PM

For more in depth demo, please visit: https://gist.github.com/Omegaeye/9838427f1822b57dcdf9f2a54aeb020c

Enjoy!

Running the tests

In order to run all tests and see coverage run:

bundle exec rspec

In order to analyze programmer's ruby conventions and format, this app uses gem rubocop, run:

bundle exec rubocop

Deployment

To Deploy locally

run: `rails s`

Nagivate to http://localhost:3000/

In order to use mailcatcher:
  1. `gem install mailcatcher`
  2. run `mailcatcher`
  3. go to http://127.0.0.1:1080/

Built With

  • Ruby/Rails
  • javascript/jquery
  • HTML/CSS/Bootstrap

License

It is ours and ours alone.