https://github.com/interactivetech/apigee
initial push
https://github.com/interactivetech/apigee
Last synced: about 1 year ago
JSON representation
initial push
- Host: GitHub
- URL: https://github.com/interactivetech/apigee
- Owner: interactivetech
- Created: 2015-06-04T18:56:30.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-04T19:03:24.000Z (about 11 years ago)
- Last Synced: 2025-02-10T05:25:23.500Z (over 1 year ago)
- Language: JavaScript
- Size: 40.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
Installation:
pre-requisite: need node.js installed
1. download zip file, and extract file
2. go to directory of apigeeCode
file where you downloaded file by using cd command:
ex: /Desktop/Downloads/apigeeCode/
3. run command in terminal to start mongoDB server:
sudo mkdir -p /data/db
run command in terminal to open up mongoldb terminal:
sudo ./mongodb-osx-x86_64-3.0.3/bin/mongod
5. open up another terminal, move to the directory that you are in in the previous terminal, then run the command:
./mongodb-osx-x86_64-3.0.3/bin/mongo
6. Then open up a third terminal, move to the directory that you are in in the previous terminal, and run command
node app.js
go to a web browser and type in url: localhost:3000