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.
- Host: GitHub
- URL: https://github.com/0xtimsb/graphql-typescript-postgresql-server
- Owner: 0xtimsb
- License: mit
- Created: 2020-08-28T16:47:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T12:38:07.000Z (over 5 years ago)
- Last Synced: 2025-03-02T04:28:30.306Z (11 months ago)
- Topics: apollo-server-express, postgresql, type-graphq, typeorm
- Language: TypeScript
- Homepage:
- Size: 270 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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