/spaceships-derivejs-demo

This is a demonstration of the DeriveJS ODM framework usage

Primary LanguageJavaScriptMIT LicenseMIT

spaceships-derivejs-demo

This is a demonstration of the DeriveJS ODM framework usage. To run, clone the repository, then run:
npm install

Make sure you have a local MongoDB server running on localhost with the default port of 27017, or if you'd like to use a MongoDB instance from another source - you can update the dbUrl setting in the models.js file.

Then run:
node app.js

Follow the tutorial on DeriveJS for more information...