💪 GraphQL + Rest API framework to kick start your project.
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.
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.
You can find Wertik documentation on Wapgee, Documentation Details:
- Main Page
- Installation
- Configuration
- Context
- Built in modules
- Custom modules
- How Wertik Works / Folder Structure
- How Wertik Works / GraphQL
- How Wertik Works / RestAPI
It is good to know how Wertik-js works, Here is a guide to know how wertik works.
Currrently Wertik-js only supports Mysql at the moment, We will be supporting MongoDB very soon.
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.
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.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.