Skip to content

JWT MERN Authentication system using MongoDB, ReactJS, NodeJS, ExpressJS, Redux Toolkit

Notifications You must be signed in to change notification settings

zainsadaqat/jwt-mern-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MVC Pattern, JWT NodeJS ExpressJS MongoDB RESTful API

Install the following dependencies

npm install express dotenv

[OPTIONAL] Install the following dependencies

npm install --save-dev nodemon

MVC Pattern - RESTful API

Create app/server.js file

Create app/routes/user.routes.js file

Create app/controllers/user.controllers.js

Create app/models/user/models.js