How to Build an Application With Node.js

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Nodemon.io

    Monitor for any changes in your node.js application and automatically restart the server - perfect for development

    Or you can install nodemon for the same purpose. nodemon detects changes in the directory and restarts your application.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • dotenv

    Loads environment variables from .env for nodejs projects.

    First, install the dotenv package.

  • MongoDB

    The MongoDB Database

    Mongoose is a JavaScript library that makes it easier to work with MongoDB in a Node.js environment. It provides a simple way to model your data. You can also define schemas, do data validation, and build queries.

  • Visual Studio Code

    Visual Studio Code

    A code editor that you prefer, such as Visual Studio Code or Sublime Text.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • TypeORM - remove children with orphanedRowAction

    3 projects | dev.to | 6 Nov 2023
  • Use tsx instead of nodemon

    6 projects | dev.to | 7 Oct 2022
  • Deploy a NestJS API to AWS Lambda with Serverless Framework

    6 projects | dev.to | 20 Apr 2022
  • How to Set Up a Node.js Project with TypeScript

    11 projects | dev.to | 26 Jan 2022
  • Vitest vs. Jest: why we are betting on Vitest

    2 projects | news.ycombinator.com | 26 Nov 2024