/Noteable_React

Note taking app made using NodeJs with express, Mongo Db and React....

Primary LanguageJavaScriptMIT LicenseMIT

Noteable

Check it out here

This is a Note Taking app built using

  • Frontend -> React
  • Backend -> Node Js with express
  • Database -> Mongo Db

Features

  • Added GitHub and Google OAuth (Google only for test Users)
  • Session handling and authentication is done using JWT and the passwords are sated and hashed before they are saved in the DB

Branches

  • main -> In production (currently same as 'only_git_auth')
  • complete_auth -> Both Google and GitHub OAuth
  • only_git_auth -> Only GitHub OAuth
  • temp -> Testing stuff