项目作者: the94air
项目描述 :
A starter GraphQL boilerplate with Mercurius GraphQL plus TypeGraphQL, and TypeORM.
高级语言: TypeScript
项目地址: git://github.com/the94air/mercurius-graphql-typeorm.git
Mercurius GraphQL and TypeORM
Steps to run this project:
- Run
npm i
command - Setup database settings inside
.env
file - Setup your database desired timezone
- Setup email URIs and endpoints
- Run
npm run dev
or npm start