Skip to content

Conversation

JBoshart
Copy link

Jade and I had a good time with this project. We are really proud that we completed the requirements (well, almost, one of our models is only at 84% coverage...Testing errors is challenging!), and also the ease we had in understanding the flow of data.

Testing our callback errors was very challenging, and we would like more practice with that. Not fully understanding massive "under the hood" made it difficult to make things fail.

jadevance and others added 30 commits June 14, 2016 14:47
…son file, started defining our schema, and updated seeds to suit our wants.
…the model to customers to better reflect that it is getting customers, not videos
// database setup
var connectionString = "postgres://localhost/extreme_video_express";
var db = massive.connectSync({connectionString: connectionString});
app.set('db', db);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm so jealous. This project would've helped me so much in my capstone. It took me 2 days to figure out how to set up a database and then connect with it from within my (non rails) app. So yay! This concept is really important :)

@hougland
Copy link

Sorry I don't have a whole lot to add. I don't do javascript. But it looked good to me! Good job!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants