Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 298 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 298 Bytes

graphql-express-mongo-jwt

Preperation

  1. Create a mongo database
  2. Create .env file based on sample env
  3. Add your own secret key and mongo connection url

Installation and Running the Server:

  1. npm install
  2. nodemone server.js
  3. Go to browser at http://localhost:YOUR-PORT/graphql