JTSwisher / my-movie-log

Ruby & Sinatra App to search movies via external API, save movies to account with associated review comments and rating.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Movie Log

My movie Log, allows a user to search for movies and store movies to their account. The user can proivde a rating for the movie and any additional comments they would like to add.

Working Prototype

My movie Log

Prerequisites

Install

Postgres

Installing

Clone repo.

$ git clone "git@github.com:JTSwisher/my-movie-log.git"

Make sure dependencies in gemfile are available to app.

$ bundle install
Running Postgres

You will need the postgress app isntalled. Make sure the server is running.

Create the DB.

$ rake db:create

Migrate DB.

$ rake db:migrate

If the last two commands work Postgres was setup successfully

Run App
$ shotgun

Navigate to:

http://localhost:9393/

Built With

  • Front-end: HTML5, CSS3, Ruby-ERB
  • Back-end: Ruby, Sinatra, PostgreSQL
  • Development ENV: Heroku

Contributing

Bug reports and pull requests are welcome on GitHub at . This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Ruby & Sinatra App to search movies via external API, save movies to account with associated review comments and rating.


Languages

Language:HTML 52.9%Language:Ruby 41.4%Language:CSS 5.7%