https://github.com/nikhilvdev/nodejs-graphql-expressjs-typescript
https://github.com/nikhilvdev/nodejs-graphql-expressjs-typescript
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nikhilvdev/nodejs-graphql-expressjs-typescript
- Owner: nikhilvdev
- Created: 2021-10-26T16:46:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-26T19:21:17.000Z (over 4 years ago)
- Last Synced: 2025-06-12T12:08:52.426Z (about 1 year ago)
- Language: TypeScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nodejs-graphql-expressjs-typescript
# Postgres setup:-
Install docker from https://hub.docker.com/editions/community/docker-ce-desktop-windows/
Run this command: docker run --name movies -ePOSTGRES_PASSWORD=movies -ePOSTGRES_DB=MOVIES -ePOSTGRES_USER=admin -p5433:5432 -d postgres:13.2