- Login and Registration route protected with json web tokens and email verification
- Google OAuth using passport strategy
- Route to change password using email verification and tokens
- Route to verify if the user has a verified email id or not
- Route to update details of the user
-
Pre-requisites:
-
Node.js installed with npm enabled
-
An active internet connection to connect to the cloud database - All the npm packages mentioned in the package.json
-
-
To setup the environment and install packages
npm init
npm install
- To start the API
npm start
Made with ❤️ by DSC VIT