/Programming-Challenge

Programming Challenge for Software Engineering position.

Primary LanguageJavaScript

Random Object Generator

A web app for generating random object with Node JS.

Prerequisite

Download Node JS .Recommended version(16.13.1)

Installation

Open command prompt window in the project directory and do the following command to complete required installation.

npm install

Run Server

Open command prompt window in the project directory and do the following command to run the server.

npm run server

Test the app

  1. After completing all the above instructions the app will run in your local pc at port 3000. So, open the following url in any browser(recommended google chrome).
http://localhost:3000/
  1. Then click Generate button to generate Random Objects and check that a link and a Report button will be appeared.
  2. A 'txt' file will be downloaded that contains all the random objects generated and file size will be 2MB(~).
  3. Click the Report button and check all generated object info will be displayed.