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

https://github.com/nikhilvdev/nodejs-graphql-expressjs-typescript


https://github.com/nikhilvdev/nodejs-graphql-expressjs-typescript

Last synced: 12 months ago
JSON representation

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