Lewis Sheridanbackplane.hashnode.dev·Aug 19, 2024API Versioning with Node.js & ExpressAPI versioning is crucial for maintaining and evolving a RESTful API without disrupting existing clients. In a Node.js environment, when coupled with OpenAPI, there are several strategies you can employ for API versioning. Below are the most common s...Node.js API
Mehdi Jaimjdev.vercel.app·Jul 26, 2024Create Authentication system with NodeJS, ExpressJS, TypeScript and Jest E2E testing -- PART 4.GitHub Repo Part 1 Part 2 Part 3 Part 4 Testing We will implement End-to-End testing with Jest to test our API. We will test the email tokens as well, we will need those tokens to be able to test the API completely. For the testing we will use...NodeExpAPINode.js
Vasanthdevasanth.hashnode.dev·Sep 3, 2023Authentication and Authorization in Node.js: A Comprehensive Guide to JWTWelcome to our blog post on authentication and authorization in Node.js using JSON Web Tokens (JWT). Whether you're a Node.js developer, this guide will provide you with everything you need to know about implementing secure authentication and authori...113 readsauthentication
Noor Ahmednoor-ahmed.hashnode.dev·Aug 30, 2023Create and Deploy an Image API (Node.js/Express.js, MongoDB/Mongoose)Table of Contents: Introduction Folder Structure Installations and Dependencies Setup Node/Express Server MongoDB/Mongoose Connection Post Images Search for Images Deployment Introduction In this article, I will show how you can create an A...1 like·247 readsapi