Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 658 Bytes

README.md

File metadata and controls

37 lines (30 loc) · 658 Bytes

IMAD Task 1

This is the NodeJS-Express (backend) submission for task 1 of HPDF

Prerequisites

  • NodeJS (any version)

Installation

  • Clone the repository onto your local machine
$ git clone https://github.com/manthan55/IMAD-Task-1.git
  • Navigate to the cloned folder
$ cd IMAD-Task-1
  • Download the required depencencies
$ npm install

Running

  • Start the app (by default the server listens on port 3000)
$ node app
        (OR)
$ nodemon
  • Open any browser and browse to
localhost:3000

Follow the on-screen commands to see the output.

Individual buttons have been provided for your convenience.