项目作者: smitbarmase
项目描述 :
A Graphql Apollo Express Server with TypeGraphQL and TypeORM using PostgreSQL as a database.
高级语言: TypeScript
项目地址: git://github.com/smitbarmase/graphql-typescript-postgresql-server.git
graphql-typescript-postgresql-server
A GraphQL apollo express server made with Typescript. Database used PostgreSQL.
Steps to run this project:
- Run
yarn
command - Setup database settings inside
ormconfig.json
file - Run
yarn start
command