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.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
update-database
YOURUSERNAMEHERE
and YOURPASSWORDHERE
with your username and password for pgAdmin.
{
"SCENESHERPA_DBCONNECTIONSTRING": "Server=localhost;Database=SceneSherpa;Port=5432;Username=YOURUSERNAMEHERE;Password=YOURPASSWORDHERE"
}
James Cepriano | Braden Smith | Jeremy Kimball |