0.8.3 • Published 4 years ago

@mrapi/core v0.8.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

mrapi (WIP)

Features

  • TypeScript: write GraphQL APIs based on TypeGraphQL
  • Code generation: Generate basic CRUD APIs with Prisma 2 & typegraphql-prisma
  • Database toolkit: execute database introspection and migrations via Prisma 2 CLI
  • Supported databases: PostgreSQL, MySQL, and SQLite.

Getting Started

Requirements

Node:

  • NodeJS >= 10.x
  • NPM >= 6.x

Database:

  • MySQL >= 5.6
  • PostgreSQL >= 10
  • SQLite >= 3

Installation

create a Mrapi project

yarn create mrapi-app my-project

or

npx create-mrapi-app my-project

Run

yarn dev

APIs