Chris Sevilleja
Making scotch.io. Google Dev Expert. Champion pizza maker.
JSON objects are everywhere
{
name: 'Basketball',
slug: 'basketball',
description: 'Throwing balls into baskets.'
}
Local
mongodb://<user>:<pass>@localhost/olympics
Remote
mongodb://<user>:<pass>@ds1343.mlab.com:43234/olympics
For a quick remote database
Keeping secrets a secret
Convenient data handling in Node
Sample data to work with
See what's in the database
users
posts
Create sample data quickly.
Fill our database with sample data.
Top down overview.
CSS and JS for our application.
Simple and extendable views.
Only admins can access.
Only admins can see.
By Chris Sevilleja