@cortical/core
v0.0.198
Published
A RESTful API framework for your apps based on GraphQL type system.
Downloads
80
Maintainers
Readme
Cortical
This is a framework built on top of Apollo Server in the same principals as Erect. It specifies a design pattern based on GraphQL with a built-in transpiler of your TypeScript code to GraphQL type definitions.
How to use it
npm install @cortical/core yarn -g
cortical create myapi
cd myapi
yarn install
yarn develop