A NodeJS server to talk to the ZohoAPI
https://accounts.zoho.eu/apiauthtoken/create?SCOPE=zohopeople/peopleapi
-
Create dir: mongo/data/db
-
Go to project root dir
-
./mongo/bin/mongod --dbpath ./mongo/data/db
- Or if you have mongo installed on your mac run that
-
In a seperate terminal tab/window, run from project root dir:
-
npm install
-
node server.js