Check it out here
This is a Note Taking app built using
Frontend
-> ReactBackend
-> Node Js with expressDatabase
-> Mongo Db
- 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
main
-> In production (currently same as 'only_git_auth')complete_auth
-> Both Google and GitHub OAuthonly_git_auth
-> Only GitHub OAuthtemp
-> Testing stuff