Boilerplate for Typescript-Express with sequelize ORM

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
  • typescript-express-mysql-boilerplate

    A boilerplate for any enterprise rest api or service with Node.js-typescript, Express and Sequelize ORM for mysql, postgresql or others.

  • SaaSHub

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

    SaaSHub logo
  • node-express-mysql-boilerplate

    A boilerplate for any enterprise rest api or service with Node.js, Express and Sequelize ORM for mysql, postgresql or others.

    By running this project you will get a production ready environment with all necessary supports for validation, unit testing, socket, redis and many more.This repo is the typescript version of my another boilerplate of Nodejs Express Mysql boilerplate

  • cli

    The Sequelize CLI (by sequelize)

    Migration and Seed: DB migration and Seed using Sequelize-CLI

  • joi

    Discontinued The most powerful data validation library for JS [Moved to: https://github.com/sideway/joi] (by hapijs)

    Validation: request data validation using Joi

  • winston

    A logger for just about everything.

    Logging: using winston

  • dotenv

    Loads environment variables from .env for nodejs projects.

    Environment variables: using dotenv and cross-env

  • cors

    Node.js CORS middleware

    CORS: Cross-Origin Resource-Sharing enabled using cors

  • berry

    📦🐈 Active development trunk for Yarn ⚒

    Dependency management: with Yarn

  • Socket.io

    Realtime application framework (Node.JS server)

    Bidirectional Communication: using Scoket

  • Sequelize

    Feature-rich ORM for modern Node.js and TypeScript, it supports PostgreSQL (with JSON and JSONB support), MySQL, MariaDB, SQLite, MS SQL Server, Snowflake, Oracle DB (v6), DB2 and DB2 for IBM i.

    ORM: Sequelize orm for object data modeling

  • Redis

    Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.

    Caching: Caching using Redis

  • prettier

    Prettier is an opinionated code formatter.

    Linting: with ESLint and Prettier

  • mocha

    ☕️ simple, flexible, fun javascript test framework for node.js & the browser

    Testing: unittests using Mocha

  • ESLint

    Find and fix problems in your JavaScript code.

    Linting: with ESLint and Prettier

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

  • Create a typescript utility library using Vite

    6 projects | dev.to | 14 Aug 2023
  • My 15+ Reasons to use JHipster

    6 projects | dev.to | 9 Mar 2022
  • CRUD with ExpressJS and MongoDB (Typescript)

    5 projects | dev.to | 28 Dec 2024
  • Blog Server with JWT Authentication - Powered by Node.js & MySQL

    3 projects | dev.to | 6 Dec 2024
  • React with Vite On Steroids

    11 projects | dev.to | 13 Aug 2024

Did you konow that JavaScript is
the 3rd most popular programming language
based on number of metions?