Best of MongoDB โ€” April 2022

  1. 1
    Article
    Avatar of towardsdevTowards Devยท4y

    Building a professional API with NodeJS, Typescript, ExpressJS, MongoDB, Jest + Deploy to Heroku โ€” PART 4

    In this article, youโ€™ll learn the CRUD paradigm, implements it in NodeJS and work with Express Routes and Requests. Building a professional API with NodeJS, Typescript, ExpressJS, MongoDB, Jest + Deploy to Heroku.

  2. 2
    Article
    Avatar of devdojoDevDojoยท4y

    ๐Ÿ—ƒ๏ธ How to use Mongoose with Next.js for MongoDB?

    Next.js is an amazing full-stack framework and MongoDB is a great NoSQL database. Using them together will make an app super fast and awesome! In this post, we'll go ahead and set up the Mongoose ODM inside our Next.js app to make use of MongoDB.

  3. 3
    Article
    Avatar of sectionioSectionยท4y

    Building a Swipe Application Using the MongoDB Cloud and React.js

    In this tutorial, we will build a full-stack swipe application with React, Express.js and Mongo. Depending on the direction of the swipe, different events are triggered in the backend. By the end, you will be able to connect your local MongoDb to a cloud instance and build a swipe application using React.

  4. 4
    Article
    Avatar of devdojoDevDojoยท4y

    How to use MongoDB

    MongoDB is a NoSQL database that stores data in the form of JSON. To use it we need to install it and use the compass app. We will also need a command line tool to use MongoDB in the command line. Let's start by installing MongoDB and Compass.