Skip to content

amanbedi1/Authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Authentication

User Authentication using MERN Stack

  • User credentials store in database with proper encryption.
  • Can't access Authorized components without user getting authenticated.
  • User Authentication is done by using JsonWebToken stored in Local Storage.
  • Context API used for state management in Frontend.
  • Material-UI used for styling in Frontend.

Screenshot-77

Screenshot-75

Screenshot-76

Screenshot-79

To Run

Create .env as .envexample in server folder and put your keys in there
Change url to your server routes in client/src/Api/api.js

For Client

cd client
npm start

For Server

cd server
npm start

About

Authentication made using MERN stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published