1.0.0 • Published 10 years ago

clever-subscription v1.0.0

Weekly downloads
3
License
BSD-2-Clause
Repository
github
Last release
10 years ago

CleverStack Subscription Module

NPM version GitHub version Dependency Status devDependency Status Code Climate Build Status Coverage NPM downloads Built with Grunt

CleverStack NodeJS ORM Module

Documentation

See cleverstack.io for more detailed information on the Node seed or visit the Getting Started Guide

Install

  1. From your project folder run clever install clever-subscription

  2. In the config file for your desired environment (ie. backend/config/local.json), update the clever-subscription object with the details for your database.

  3. From your project's backend folder, run NODE_ENV=local grunt db. The database tables for your modules should now be installed and seeded with data!