Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 298 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 298 Bytes

graphql-authentication:

Full Authentication App made using:-

  • Express.js for backend
  • React.js for front end
  • Graphql for queries
  • React Apollo library to connect React and GraphQL

Setup

Replace MONGO_URI in server/server.js file. Run

npm install .
node index.js