1.0.0 • Published 4 years ago

owtlab-sync v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

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 git available in your PATH, npm might 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 required