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
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.
In this little demo application, I used NodeJS and its own API to create a HTTP server to communicate from the backend with the frontend of my previous "JavaScript Share My Place" application.
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.
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.
userManagerAPI with MongoDB is an enhanced RESTful API built using Node.js, Express.js, and MongoDB(via Mongoose). It expands upon a basic user management system by introducing persistent data storage and full CRUD functionality backed by a MongoDB database.
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.
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.
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. It allows developers to run JavaScript on the server side, creating server-side applications with JavaScript.
API REST simplificada para gerenciamento de filmes, desenvolvida com Node.js e Express. Focada no aprendizado de fundamentos de backend, verbos HTTP e estruturação de CRUD.