This is a full-stack application with a functional login/signup/logout components. The back-end was built with NodeJS, Express, MongoDB and I used dependecies as bcrypt, jsonwebtoken and mongoose. The front-end was built with React and raw CSS. For state management I used Redux.
//Main folder
npm install
//Front-end
npm install