Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 661 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 661 Bytes

Prerequisites

Ensure you have Node.js and npm (Node Package Manager) installed on your system. These tools are essential for running JavaScript projects outside the browser and managing project dependencies.

Setup Guide

Step 1: Install NPM modules

Open your terminal or command prompt and navigate to your project directory. Execute the following command to install all required modules.

npm install

Step 2: Env Setup

Create a .env file in the root of your project directory. Take reference from env.example to add you own keys and other required things.

Step 3: Start Server

Run the server using the following start script: npm start