ADAnkush Dhimaninankushdhiman.hashnode.dev路Aug 3, 2023 路 1 min readFile Upload class 3Sending emails to users when an entry is created in DB Steps: Install nod emailer dependency using npm i nodemailer generate your email password By following these steps: Go to your Gmail profile Click on Manage your Google account Click on Se...00
ADAnkush Dhimaninankushdhiman.hashnode.dev路Aug 3, 2023 路 1 min readFile Upload class 2image, video, image size reducer (Love Babber) creating function for image upload, video upload and image Size reducer image upload code video upload code Image size reduces code fileUploadRoutes.js code00
ADAnkush Dhimaninankushdhiman.hashnode.dev路Jul 31, 2023 路 1 min readFile Upload class 1Local file Upload codes (LOVE BABBER) Setup:- Create a folder open it into vs code write (npm init -y) in vs code terminal install some other dependencies Packege.json index.js file fileUploadRoute.js file fileUploadController.js file...00
ADAnkush Dhimaninankushdhiman.hashnode.dev路Jul 21, 2023 路 1 min readAuthN & AuthZ BD class-1Love Babber AuthN and AuthZ In this class, we create a Signup page using these codes which are given below Follow the same steps which are given in previous Notes (Backend class -3). A new step is added to this class which is npm install bcrypt Ins...00
ADAnkush Dhimaninankushdhiman.hashnode.dev路Jul 14, 2023 路 1 min readBackend Class 3Love Babber (BD-3) Creating Routes and doing funcnalitiy in the controller folder. Follow some steps of Creating (put, delete, get) router Create (getTodo , putTodo, deleteTodo) files in Controller folder See all the examples 馃憞 getTodo.js folde...00