Skip to content

💪 A library that powers your app with GraphQL + Rest API

License

Notifications You must be signed in to change notification settings

naveedharri/wertik-js

 
 

Repository files navigation

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

About

💪 A library that powers your app with GraphQL + Rest API

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%