This is the NodeJS-Express (backend) submission for task 1 of HPDF
- NodeJS (any version)
- 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
- 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.