Skip to content

Instantly share code, notes, and snippets.

View MdSadiqMd's full-sized avatar
🚀
Building

Md.Sadiq MdSadiqMd

🚀
Building
View GitHub Profile

Installing PostgreSQL

1. Using Locally

1.1 Use this command to download PostgreSQL:

sudo apt-get install postgresql

1.2 Now start the PostgreSQL service with:

RabbitMQ

Configuration

  1. To start the RabbitMQ server:

    sudo systemctl start rabbitmq-server
  2. To stop the RabbitMQ server:

Sequelize Setup Guide

Official sequelize-cli README.md for commands : https://github.com/sequelize/cli

Installation

  1. Install the necessary packages:

    npm install mysql2 sequelize sequelize-cli @types/sequelize