Mohan0006 / StockMarketRESTAPI

An REST ful API for the stock market data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To Run the Server : nodemon server.js

To Login : localhost:3000/api/login

To Register : localhost:3000/api/register

To get User Details : localhost:3000/api/profile

To Update Profile : localhost:3000/api/profile/update

To get Stocks : localhost:3000/api/stock/getStock/stock=(enter the stock name like bse,nse,ashokley...etc)

To get the stocks in specific order : localhost:3000/api/stock/getStock/stock=(enter the stock name like bse,nse,ashokley...etc)/date=(asc or desc)

To get the previous mentioned days stocks : localhost:3000/api/stock/getStock/stock=(enter the stock name like bse,nse,ashokley...etc)/span=(enter the number of days)

To get the volume of stocks sold of all companies in last mentioned span of days : localhost:3000/api/stock/getStock/span=(enter the number of days)/volume

About

An REST ful API for the stock market data


Languages

Language:JavaScript 100.0%