molli
v0.0.4
Published
[](https://circleci.com/gh/duytai/molli/tree/master) [](https://badge.fury.io/js/molli)
Readme
WARNING: The framework is under development, it is not ready to use in production Molli is an open-source backend framework to accelerate the development process. You can design GraphQL in minutes
Quick Start
Install via npm
npm i -g molliDefine your own data model in
type.gqlfiletype Book @model { id: ID! @isUnique title: String! }
Start server with your own mongodb
MONGO_URL=mongodb://127.0.0.1:27017/test molli
