Skip to content

evanbuschor/MERN-Auth-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify Status

MERN Auth Starter

MERN Auth Starter is a boilerplate project to provide JWT based authentication for Single Page applications. I found myself spending countless hours reading blog posts, authentication documentation, and watching tutorials with not much to show for it. The libraries and methodologies in this project aim to highlight what I found to be the best implementation I could come up with for providing basic user authentication for small to medium side projects.

Technologies

For the front end I chose to use Create React App as the foundation for the Front end along with React Router for my routing needs. I'm using the Context API that comes with React to handle my Auth State management to keep things simple and light.

The back end consists of a Node.js server running Express.

Environment Variables

required variables go here

How To Use

This project contains both the client code and the server code in one project. You can install all the dependencies needed for both of them by running npm install while in either directory.

The server requires a Mongo DB. I recommend creating a free tier MongoDB Atlas if you would like to experiment with the project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published