Skip to content

Advance backend (GraphQL, ExpressJS, MongoDB) for developers

Notifications You must be signed in to change notification settings

sarmadsangi/bake-end

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 }
      }
    }
  }
)

About

Advance backend (GraphQL, ExpressJS, MongoDB) for developers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published