A library that powers your app with GraphQL + Rest API

Wertik JS

GraphQL + Rest API** framework to kick start your project.

Install

Install with npm

npm install --save wertik-js

Install with yarn

yarn add wertik-js --dev

Please see Demo file for dev server configuration example.

Introduction

Wertik-js is a node js library to kick start your project using GraphQL and Rest API. You can use Weritk-js with running project, Wertik-js relies on Express and Apollo GraphQL. Wertik-js also comes with socket, logger, seeds and events feature.

Documentation

You can find Wertik documentation on Wapgee, Documentation Details:

Folder Structure

It is good to know how Wertik-js works, Here is a guide to know how wertik works.

Database

Currrently Wertik-js only supports Mysql at the moment, We will be supporting MongoDB very soon.

GraphQL

Wertik-js GraphQL relies on Apollo GraphQL, Here GraphQL is loaded. Wertik-js allows you to write custom GraphQL modules(Queries and Mutations), Read More about custom modules in our documentation.

Rest API

Wertik-js RestAPI relies on only one which is Express. Here Rest API is initialized.Read More about custom modules to create custom API’s for your modules.

Versioning

Wertik-js follows semantic versioning (semver) principles. The version can be look like this, X.Y.Z,

  • Z When fixing bug we relase with chaning Z. For example: 1.2.1 to 1.2.2
  • Y When adding feature we release with changing Y, For example: 1.2.1 to 1.3.1
  • Z When adding breaking changes we made this release. For example: 1.2.1 to 2.2.1

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Download Details:

Author: Uconnect-Technologies

Demo: http://www.wapgee.com/wertik-js

Source Code: https://github.com/Uconnect-Technologies/wertik-js

#nodejs #node #graphql

A library that powers your app with GraphQL + Rest API
2.90 GEEK