https://github.com/tithi021/apidataconsume
https://github.com/tithi021/apidataconsume
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tithi021/apidataconsume
- Owner: tithi021
- Created: 2016-01-27T08:05:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-09T01:16:30.000Z (about 10 years ago)
- Last Synced: 2025-06-02T19:22:56.286Z (about 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.