mmetro / WeirdSideofYouTube

MIT License
6 stars 3 forks source link

Use mongoose to connect to database #14

Closed mmetro closed 8 years ago

mmetro commented 8 years ago

If we use Mongoose instead of MongoDB's built-in MongoClient, database and record creation will happen automatically. Currently the database must be created manually.

package.json should be updated too