Skip to content

padgad336/graphql-apollo4-node

Repository files navigation

Notification Service

NODEJS Typescript Graphql APOLLO V4 PM2 Boilerplate

Installation

Use the package manager yarn to install package

   yarn

Usage

dev

# start develop
  yarn dev
 
  • to run the project, server will run on http://localhost:8000/graphql

production

# start production
  docker-compose up -d --build

Config

.env

//config port api 
PORT=8940
//config link url mongoDB
MONGO_URI=mongodb+srv://
JWT_SECRET=localsecret

## Config
#### .

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published