An open API service indexing awesome lists of open source software.

https://github.com/tithi021/apidataconsume


https://github.com/tithi021/apidataconsume

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

#Additional instructions for help to run this project.

*** Make sure you have Node.js installed and MongoDB setup on your machine. ***

Then, In the Command Prompt, execute the following command -

git clone git@github.com:tithi021/apiDataConsume.git

After cloned your app then enter the following command -

cd apiDataConsume/

Then, Install the dependencies in the local node_modules folder,

npm install

This project running using express node server.

The app starts a server and listens on port 9000 for connection.

So, Run the app with the following command.

$ node server OR $ sudo node server

Then, load http://localhost:9000/ in a browser to see the output.