Skip to content

Latest commit

 

History

History
76 lines (48 loc) · 3.62 KB

README.md

File metadata and controls

76 lines (48 loc) · 3.62 KB

Wertick JS

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


Table of contents

  1. Install
  2. Introduction
  3. Folder Structure
  4. Database
  5. GraphQL
  6. Rest API
  7. Contributing
  8. License

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.

Contributing

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

License

MIT