Posts

Showing posts from May, 2022

5. Verify users by sending OTP .

Image
       Alongside that, by the mid of the week, we started working on the login/signup part. We started working on the verification part. We wanted to verify users by sending OTP in their mails . And users Delete own Account that time also Send OTP. Than we want to update user and forgot password user also adding.

4. Working on Auth & Type of Notification. Building Login API.

Image
                 By the end of the week, we started working on designing the first page of our project, i.e., Activity logger. Mr. Khunt inspected the project & suggested that we should search for APIs which give us data not only for current days but also for upcoming days.   First Create User And Now test On postman. we were working on Building Login API. We started fetching and Entering data from API &        replacing  them into the MongoDB. After approval of the work, we then started working on other API and Options of Login. Now If User not get Password,

3. Let's Work on Project (Activity Logger)

Image
          This project introduces a website using full stack development where backend technology was created using NodeJS, JavaScript API and to store information of subscribed use, MongoDB database. On running the project.             For the This time we were told to work on real time projects with a team, each team consisting of 3 to 5 people. We were given a choice for choosing the topic of our project. The options for the same were: i.        e-authorization ii.     Real-time Tracker iii. Weather Alerts iv.   Code Crashing Alerts v.    Activity logger We had to acknowledge Mr. Yagnik Khunt, Chief Technology Officer of the firm, the members of the group & the title of our project. Our group decided to work on Activity logger. After the acknowledgement provided, we had to list down our requirements/planning of our project. After approva...

2. How Stripe Builds APIs

Image
Postman’s New Warnings Pane for API Testing           Since Postman is committed to easing collaboration across stakeholders in the API development process, the  Postman API Platform  provides a bunch of tools—including workspaces, collections, API Builder, and the API Network—for all stakeholders to collaborate and develop APIs seamlessly.           Recently, we’ve seen initiatives by Postman users spanning organizations across the globe  shifting their security left . This means solving for security issues  before  they arise in the first place by making API producers aware of these risks at the earliest stage possible. Introducing the Warnings pane for collection requests Although Postman provides extensive  security warnings  for  OpenAPI  definitions, we understand that this provides limited value in identifying misses that are associated with the implementation of an API. With ...

1. Let's Strat Internship of NodeJS Proj

Image
                           For the first week of our internship, we were introduced to the company & the managers of the company.   Following a detailed orientation to the department's internship program, we received our first assignment. We were told to learn about Node.js, Express.js, API, Postman, NPM & regarding JSON data. We were also told to perform basic operations in Node.js.   We was more about knowing & learning, from scratch, Node.js & terms related to Node.js which would be helpful and can be used in one's project. 1. Use a Node.js Logging Library                Node.js developers tend to rely on the runtime's console methods (such as  console.log() ) to log events since it is built into the runtime, and offers a familiar API similar to the JavaScript console mechanism provided by web browsers.  ...