/mikro-orm-accounts-example

A MikroORM boilerplate for Accounts.js made with Typescript which supports both the REST and GraphQL transports.

Primary LanguageJavaScript

mikro-orm-accounts-example

A MikroORM boilerplate for Accounts.js made with Typescript which supports both the REST and GraphQL transports.


✨ Installation

  1. Install dependencies via yarn
  2. Run via yarn start or yarn start:ts-node
  3. REST API is running on localhost:4000
  4. GraphQL API is running on localhost:4000/graphql

⚡️ Usage

A React REST client is available here while a React GraphQL client is available here.