xmcodings / typegql-boilerplate

simple boilerplate for type-graphql + apollo server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Boilerplate for Graphql Server

dependencies

  • apollo-server (with express)
  • typedi (for dependency injection)
  • typeORM (for db connection(postgresql))
  • type - graphql (for all in one entity/schema definition)

Steps to run this project:

  1. Run yarn command
  2. Setup database settings inside ormconfig.json file
  3. Run yarn start command

has "user" entity

About

simple boilerplate for type-graphql + apollo server


Languages

Language:TypeScript 100.0%