Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 564 Bytes

File metadata and controls

35 lines (22 loc) · 564 Bytes

npm i npm install mongoose npm i apollo-server-express graphql

npm install [email protected]

known issue with new version run : apollo-server-express@^2

npm install jsonwebtoken npm run watch

REACT:

npx create-react-app client

npm i @apollo/client graphql

npm i apollo-boost

npm install -D concurrently

npm install react-router-dom

npm install jwt-decode

{ "username": "tester2", "password": "test12345", "email": "[email protected]" }

// ATLAS USER!! {username: 'katie', email:'[email protected]', password: '123456789'}

server : npm install jsonwebtoken