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.
Clone repo.
$ git clone "git@github.com:JTSwisher/my-movie-log.git"
Make sure dependencies in gemfile are available to app.
$ bundle install
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
$ shotgun
Navigate to:
http://localhost:9393/
- Front-end: HTML5, CSS3, Ruby-ERB
- Back-end: Ruby, Sinatra, PostgreSQL
- Development ENV: Heroku
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.
This project is licensed under the MIT License - see the LICENSE.md file for details