bake-end

0.0.3 • Public • Published

Bake-end

Usage

yarn add bake-end --save

const BakeEnd = require('bake-end')

BakeEnd(
  {
    mongoURL: 'mongodb://yourmongodb_url/dbname',
    dataRequirements: {
      post: {
        title: { type: String },
        content: { type: String }
      }
    }
  }
)

Readme

Keywords

none

Package Sidebar

Install

npm i bake-end

Weekly Downloads

1

Version

0.0.3

License

MIT

Last publish

Collaborators

  • sarmadsangi