Skip to content

Rell-Developer/node-graphql-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL Postgres Typescript CRUD

Installation

npm run build
npm start

for development:

npm run dev

Environment variables

Credentials

DB_HOST=localhost
DB_PORT=5440
DB_DOCKER_PORT=5432
DB_USER=root
DB_PASSWORD=root
DB_NAME=usersdb

Server port

SERVER_PORT=3050

About

A backend project with Node, Typescript, GraphQL, TypeORM, Postgres and Docker, a CRUD of users

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published