PBonner0405 / gQL_Auth

Node.js Apollo GraphQL Login/Register Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple GraphQL Authentication APP with Node.JS

We are using Node.js 12+ and Apollo GraphQL

As for ORM we are using Sequelize and We are using PostgreSQL for Database

Installation

  1. Install Node.js
  2. Install PostgreSQL (Admin + Client)
  3. Install Sequelize-Cli for DB Migration
  4. Run DB Migration (Check Sequelize Documentation for this) .sequelizerc is the file for Sequelize DB Migration Configuration
  5. npm install (yarn install on mac)
  6. npm start Now you can go to http://localhost:3000 to check your simple front-end Now you can check GraphQL API at http://localhost:4000/graphql

About

Node.js Apollo GraphQL Login/Register Example


Languages

Language:JavaScript 71.9%Language:HTML 28.1%