Skip to content

10xStartuper/process-img.node.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

process-img.node.js

Image generation application for exam papers.

banner

Installation

  1. Git clone the preository.

    git clone git@github.com:MrAbdurakhimov/process-img.node.js.git
    
  2. Get Nodejs and Git and get packages installed via runnning the command below.

    npm install
    
  3. Place your excel file inside ./data/data.xlsx and it will generate the intended data to the ./results folder. Note that the id should be unique to save the data correctly as an image.

  4. Run the application.

    mpm run start
    

Contacts