Skip to content

saidMounaim/mern-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mern-auth

Minimal full-stack MERN authentication using JWTs.

Technology Stack:

  • Node js
  • Express Js
  • MongoDB
  • JWT
  • React

Usage

"/.env" update the values/settings to your own

Install Dependencies

// Install dependencies for server
npm install

// Install dependencies for client
// Go to frontend folder
cd frontend

// Install dependencies
npm install

Run App

// Run server
npm run

// for client
// Go to frontend folder
cd frontend

// Run
npm start

  • Version: 1.0.0
  • License: MIT
  • Author: Said Mounaim

About

Authentication in MERN Stack Using JWT

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published