Skip to content

adityajaiswal094/User_Auth_Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Authentication

About this application

A React application that allows user to sign up, login, logout and upload images.

Features

  1. Register, login, logout.
  2. Password is stored through hashing using bcrypt.
  3. Efficient error handling.
  4. Only logged in users can upload images.
  5. Image is stored locally in the project and the path to the file is stored in db for future retrieval.

Getting started

  1. Clone this repo in your local system.
  2. Run npm install to install necessary dependencies.
  3. Run npm start to start the application.

Note

  1. Go through the README file of this repo first.
  2. Keep the backend server running to use this application.