1.0.1 • Published 8 years ago

@cogent-labs/pagebuilder-api v1.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

PageBuilder API

This is the API server for the PageBuilder application.

Usage

// Set the env var DATABASE_URL
$ export DATABASE_URL='mysql://<username>:<password>@<hostname>:<port>/<database>

// for development (restarts on code changes)
$ npm run start:dev

// for production
$ npm start

Testing

// test one time
$ npm test

// TDD (watches for code changes)
$ npm run test:tdd