Skip to content

A simple user authentication template for web apps using the MERN stack

Notifications You must be signed in to change notification settings

mattfan00/user_auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Authentication Template

This is a template for incorporating JWT user authentication in a MERN stack web application. This code was inspired by Brad Traversy's tutorial on youtube.

Installation and Usage

  1. Clone this repository.
  2. Install the server dependencies using npm install and the client dependencies using npm run client-install.
  3. Run the server using npm run server. Run the client using npm run client. Run both concurrently using npm run dev.

About

A simple user authentication template for web apps using the MERN stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published