Full Authentication App using React

This is an authentication app built with React on the front-end, and on the backend is nestJs. This app allows new users to sign up, sign in and allow only authenticated users to access certain routes. Routes such as the dasboard route.

You can view the live app using the following Link: Visit Website

Technologies used

    Frontend

  • React
  • Redux
  • Chakra UI

  • Backend

  • Nestjs
  • PassportJs
  • JsonWebToken
  • MongoDb