A MikroORM boilerplate for Accounts.js made with Typescript which supports both the REST and GraphQL transports.
- Install dependencies via
yarn
- Run via
yarn start
oryarn start:ts-node
- REST API is running on localhost:4000
- GraphQL API is running on localhost:4000/graphql
A React REST client is available here while a React GraphQL client is available here.