Skip to content

AnthonyLaurio/userAuthenticationExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

userAuthenticationExample

Steps to run:

  1. run npm install in both the server and authenticationTest directories.
  2. start the server with 'nodemon index.js'
  3. start the react-app with 'npm start'

The accounts database will be empty at first so you will need to create an account first. After registering you can then login with your username and password.

Account information is stored in the accounts.txt file in the server. Account passwords are hashed using bcrypt for safer storage.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published