Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 936 Bytes

README.md

File metadata and controls

45 lines (34 loc) · 936 Bytes

AIPG Transaction Report Generator

The AIPG Transaction Report Generator is a tool for generating transaction reports based on provided addresses. It is built with Node.js and Express.js.

Installation

  1. Clone the repository:
git clone https://github.com/AIPowerGrid/AIPG-Transaction-Report.git
  1. Navigate to the project directory:
cd AIPG-Transaction-Report
  1. Install dependencies using npm:
npm install
npm install -g nodemon

Usage

  1. Start the server for local test:
npm run dev
  1. Open your web browser and navigate to:
http://localhost:8443
  1. Enter the desired address and click the "Generate" button to generate a transaction report.

  2. The generated report will be downloaded automatically.

Dependencies

  • Express.js: "^4.17.1"
  • nodemon: "^3.1.0"
  • gh-pages: "^6.1.1"
  • redis: "4.7.0"

License

This project is licensed under the MIT License.