Tag: mongodb
Building a REST API with Node.js and Express
Technologies:
EXPRESSJAVASCRIPTMONGODBNODEJS
This guide provides a step-by-step process for building a REST API using Node.js and Express, including connecting to a database, handling authentication and authorization, and handling errors. It serves as a useful starting point for anyone looking to create their own API.
StandNotes — backend service with MongoDB, Express, Node, and TypeScript
Technologies:
EXPRESSMONGODBMONGOOSENODETYPESCRIPT
The reduce function of an array is one of the most versatile functions in JavaScript. With it you can accomplish a lot of the functions from array and math objects.