项目作者: the94air

项目描述 :
A starter GraphQL boilerplate with Mercurius GraphQL plus TypeGraphQL, and TypeORM.
高级语言: TypeScript
项目地址: git://github.com/the94air/mercurius-graphql-typeorm.git
创建时间: 2021-05-17T13:43:52Z
项目社区:https://github.com/the94air/mercurius-graphql-typeorm

开源协议:

下载


Mercurius GraphQL and TypeORM

Steps to run this project:

  1. Run npm i command
  2. Setup database settings inside .env file
  3. Setup your database desired timezone
  4. Setup email URIs and endpoints
  5. Run npm run dev or npm start