jcepriano / SceneSherpa

Movie/TV-Show Database
2 stars 0 forks source link

🎥 Scene Sherpa

SceneSherpa is an MVC web application that allows users to CRUD an account and track their media consumption through the use of three lists: media they want to watch, media they have watched, and media that they are watching. In addition to being able to edit their lists, users are able to add reviews to media that they have seen, allowing other users to view their rating and review directly from the media's page.

Project Context

image

Additional Screenshots

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Installing

  1. Fork and clone the repository
  2. In the Package Manager Console run the command update-database
  3. Right click the SceneSherpa Project file in Visual studio and select user secrets paste the code below into your secrets file, replacing the YOURUSERNAMEHERE and YOURPASSWORDHERE with your username and password for pgAdmin.
    {
    "SCENESHERPA_DBCONNECTIONSTRING": "Server=localhost;Database=SceneSherpa;Port=5432;Username=YOURUSERNAMEHERE;Password=YOURPASSWORDHERE"
    }
  4. Navigate to the seed data file and copy the entire contents of this file.
  5. Open pgAdmin and connect to the SceneSherpa Database
  6. Run the Query Tool for the SceneSherpa Database
  7. Paste the contents from the seed_data.txt file.
  8. Run the query
  9. Done ✅ Run the project from Visual Studio!

Built With

Maintained With

Authors

James Cepriano Braden Smith Jeremy Kimball

Acknowledgments