Skip to content

Getting Started

Ali Bazregar edited this page Jun 27, 2024 · 1 revision

Getting Started

Prerequisites

  • Node.js (v20.12.1 or higher)
  • npm (v10 or higher)
  • MongoDB
  • MySQL
  • SQLite
  • Redis

Installation

  1. Clone the repository:

    git clone https://github.com/Manzoomeh/BasisCore.Server.Node.git
    cd  BasisCore.Server.Node
  2. Install the dependencies:

    npm install

⚠️ Warning: You must have the ImageMagick library installed on your PC to use Index4 and File Streamer..

Configuration

Configure your database connections and server settings in the config.json file or if you dont want to use management you can use index.js.

Running the Server

To start the server, run:

npm start

or

npm run dev

Clone this wiki locally