You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Covering installation, routing, middleware, error handling, and RESTful APIs, the course emphasizes practical applications like user authentication using sessions and JWT. Explore project structure, error management, and best practices for building scalable applications.
Développez une API REST avec Node, Express et MongoDB pour gérer un catalogue de produits. Une interface frontend testera automatiquement vos routes et affichera un mot secret si tout est correct.
API RESTful utilisant Node.js et Express, incluant l'authentification, la gestion de données via MongoDB et les opérations CRUD. Sécurisée et validée pour un traitement fiable des informations.
This project is a QR Code Generator web application that allows users to create and download custom QR codes with ease. It features a clean, interactive interface and smooth animations for an enhanced user experience.
In this NodeJS - Express - MongoDB website, I sent AJAX requests. Therefore, I can send my own requests without getting the page reloading and I handle the response manually in my browser-side code. For this, I used the fetch() function. With this function, I sent GET requests and POST requests.
This is a beginner friendly IoT project which uses ThingSpeak cloud platform to collect and analyze sensor data. Based on the obtained sensor data, we actuate other IoT devices.
PingPoint is a lightweight, purely web-based HTTP client designed to test APIs, craft custom requests, and analyze responses directly from your browser. Think of it as a streamlined, frictionless alternative to Postman that doesn't require hefty desktop installations.
Grocery Application is a hands on project developed using angular to explore the components, event binding, String Interpolation, Property Binding, Services, HTTP Methods, angular Routing. etc.
This repository is a comprehensive and well-documented guide for Node.js, providing detailed explanations, and best practices for developers looking to enhance their Node.js skills.
This repository contains code for a simple URL shortener web application built using Flask in Python. The app allows users to convert long URLs into short, shareable links. It features a user-friendly interface with URL input validation and unique shortened URLs generated using the secrets module.