mohammadali0120 / nuxt-express-postgres-authentication

A Nuxt.js and Express.js Authentication app with using of Nuxt Auth module and Postgres

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Nuxt.js and Express.js authentication app

Front-end has implemented by these features:

  • Javascript
  • Vue.js & Nuxt.js
  • Nuxt.js Auth Module
  • JWT authentication
  • Access Token supported
  • Refresh Token supported

and Back-end has implemented by these features:

  • Javascript
  • Node.js & Express.js
  • Postgres for DB
  • Sequelize ORM
  • One To One Relationship
  • JWT authentication
  • Access Token supported
  • Refresh Token supported

How to run Front-end and Back-end projects?

For starting the Expres.js project:

  • npm install

  • npm start

And for running the Nuxt.js project you just need to execute these two commands:

  • npm install

  • npm run dev

About

A Nuxt.js and Express.js Authentication app with using of Nuxt Auth module and Postgres


Languages

Language:JavaScript 55.1%Language:Vue 44.9%Language:Shell 0.1%