Skip to content

Typescript + Express + TypeORM + TypeGraphQL + Apollo Server

Notifications You must be signed in to change notification settings

imranur8/typescript-graphql-starter

Repository files navigation

TypeScript GraphQL Starter

Before start please give some time to these reading material

Developer instructions

  • After latest pull schema migration required npm run build typeorm migration:run
  • Preferred commands for developers npm run watch
  • When developer add a new entity and fields then developer have to follow the migration process npm run build typeorm migration:generate -n <name of changes> typeorm migration:run it'll generate new table and alter column changes
  • Developer must need to build his code before push npm run build it'll check any type error (main reason for run this command before push ) and build code.

Need more details about this started ? check here TypeScript graphQL starter

About

Typescript + Express + TypeORM + TypeGraphQL + Apollo Server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published