An open API service indexing awesome lists of open source software.

https://github.com/0xtimsb/graphql-typescript-postgresql-server

A Graphql Apollo Express Server with TypeGraphQL and TypeORM using PostgreSQL as a database.
https://github.com/0xtimsb/graphql-typescript-postgresql-server

apollo-server-express postgresql type-graphq typeorm

Last synced: 10 months ago
JSON representation

A Graphql Apollo Express Server with TypeGraphQL and TypeORM using PostgreSQL as a database.

Awesome Lists containing this project

README

          

# graphql-typescript-postgresql-server

A GraphQL apollo express server made with Typescript. Database used PostgreSQL.

Steps to run this project:

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