© 2023 Hashnode
#mongoose
MongoDB is a popular NoSQL database that can easily integrate with React.js to create powerful and dynamic web applications. In this article, we will look at how to set up and use MongoDB in a React a…
Mongoose offers a wide range of options and parameters that allow you to customize the behavior of your schema to suit your needs. In this post, I'll go over all of the available options and parameter…
In this post of our series, we will dive deeper into utilizing development tools such as Nodemon and integrating a MongoDB database with the help of Mongoose. Nodemon is a must-have tool for any developer, it automatically restarts the appl…
Introduction Building a blog API with Node.js, Express, MongoDB, and Mongoose is a great way to put your web development skills into practice and create a solid foundation for a blog project. This art…
API and RESTful API Let's start by understanding what an API is as well as what it meas for an API to be RESTful. An application programming interface (API) is an interface that has been built to help…
Introduction In this article, we are going to create a blog API using Node.js. A Blog API in which users can signup, create, read, update and delete blogs, and even filter blogs with various parameter…
This is part 4 of the "Building a Blog API with Node.js" series. Now that we have our API design complete, the models set up, the database connection established and the authentication strategies in place, it's time to start building the ac…
Introduction Welcome to our tutorial on how to build a CRUD (create, read, update, delete) blog API with NodeJS, ExpressJS, and MongoDB. In this tutorial, we will be building a RESTful API for a simpl…
Introduction Hello reader, My name is Itohowo Monday Umoh, I am a backend developer. I will be showing you how to create a REST blog API using Nodejs, Expressjs, MongoDB and Mongoose. I'm super excite…
This is a series and for a complete experience, kindly access part one of the series here. Sequel to the earlier post, you need to be able to store all the necessary details ranging from who can acces…