Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 665 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 665 Bytes

Express CSV Generator


Description

This project creates an Express.js route /generate-csv that fetches data from three APIs, generates a CSV file, and returns its file path.


How to Run

  1. Clone the repository: git clone https://github.com/ssganesh035/webEngageAssignment

  2. Navigate to the project folder: cd webEngageAssignment

  3. Install dependencies: npm install

  4. Start the server: node main.js

  5. Make a GET request to: http://localhost:3000/generate-csv


Dependencies

  • Express
  • Axios
  • csv-writer
  • path

File Details

The generated CSV file is saved in the project directory as result.csv.