Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 533 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 533 Bytes

node-basic-assignment

Installing Instructions

git clone https://github.com/gauravjain024/node-basic-assignment.git
cd node-basic-assignment
npm install
node app.js

Name Of the Database : nodeassigndb

API List

Add New Users To the database for the First time

http://localhost:8000/addNewUsers

Add New Orders To the database for the First time

http://localhost:8000/addNewOrders

Get User's Average Bill Amount

http://localhost:8000/getBill

Update User's noOfOrders

http://localhost:8000/updateUsersData