Skip to content

Setting up Vuejs Authentication using Expressjs, MongoDB and JWT.

Notifications You must be signed in to change notification settings

zulfio/VueAuthapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

VueAuthapp

Setting up Vuejs Authentication using Expressjs, MongoDB and JWT.

Code Source for tutorial on CodeSource.io

You can read Complete Tutorial Here - https://codesource.io/setting-up-vue-authentication-using-expressjs-mongodb-and-jwt/

Learning prerequisites

Basic familiarity with Javascript. Basic Knowledge of vuejs. Basic Knowledge of REST APIs.

Outline

Below is the outline of the steps we will be taking to accomplish the task. We will start up with building our backend service then after that, we build our frontend.

Setting up the backend

Setup Nodejs with the npm init -y command Setup a file structure for our application. Install all the required dependencies for our application Create an express server and configure all dependencies. Connect to the database. Create User model Create the necessary routes Create the auth middleware.

About

Setting up Vuejs Authentication using Expressjs, MongoDB and JWT.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 48.8%
  • JavaScript 46.9%
  • HTML 4.3%