Skip to content

demonoid81/graphql-authentication-register-profile

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graphql authentication, register, profile

Full-stack example with authorization, registration, personal profile, editing and deleting data.

Demo | click picture to watch full demo

Under the hood

  • Client: Apollo GraphQL + Vue Apollo+ Vue2+ Vue router + LocalStorage
  • Server: Apollo GraphQL + Koa2 + Mongoose & MongoDB + JWT

Installation

git clone https://github.com/nikitamarcius/graphql-authentication-register-profile

for each folder: test-client and test-server perform separate installation:

$ cd <folder-name>
$ npm i
$ npm run dev

Set up your connection to MongoDB in test-server > src > db.js:

mongoose.connect('mongodb://localhost:27017/test')

connection docs

Tutorials

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 47.8%
  • Vue 43.0%
  • CSS 8.2%
  • HTML 1.0%