Skip to content

NodeJS Assignment: User Task Queuing with Rate Limiting

Notifications You must be signed in to change notification settings

dkrpandit/FinTarget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FinTarget

FinTarget is a Node.js application designed to handle certain tasks with rate limiting and logging functionality. This README provides instructions on how to set up, run, and test the application.

Project Overview

  • Name: FinTarget
  • Version: 1.0.0
  • Description: A Node.js application for managing tasks with rate limiting and logging capabilities.
  • Dependencies:
    • express: A minimal and flexible Node.js web application framework.
    • ioredis: A robust Redis client for Node.js.

Prerequisites

Before running the application, ensure that you have the following installed:

Installation

  1. Clone the repository (or download the project files):

    git clone https://github.com/dkrpandit/FinTarget.git
    cd Fintarget
  2. Install the dependencies:

    npm install

    This command installs the required packages listed in the package.json file.

Configuration

Make sure you have a Redis server running, as the application uses Redis for rate limiting. If Redis is not installed, follow the Redis installation instructions.

Running the Application

To start the application, use the following command:

npm start

About

NodeJS Assignment: User Task Queuing with Rate Limiting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published