Skip to content

Sergovcharuk/gQL_Auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •