Skip to content

mohammadali0120/nuxt-express-postgres-authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published