Skip to content

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

Notifications You must be signed in to change notification settings

JTSwisher/my-movie-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published