1.0.0 • Published 5 years ago
owtlab-sync v1.0.0
Project description
Owtlab-sync project
there are two scripts available -- the first script is Indexing which used for our sync engine to determine what changed -- the second is pagination script which used for looping through any list of paginated items from any app
Requirements
For development, you will only need Node.js and a node global package, Npm, installed in your environment.
Node
Node installation on Windows
Just go on official Node.js website and download the installer. Also, be sure to have
gitavailable in your PATH,npmmight need it (You can find git here).Node installation on Ubuntu
You can install nodejs and npm easily with apt install, just run the following commands.
$ sudo apt install nodejs $ sudo apt install npm
Configure app
redis server is required1.0.0
5 years ago