Application has user authorization along with the division into roles owner and client. Supports REST. You must have locally installed redis
Run redis-server with path to configuration file:
redis-server /usr/local/etc/redis.conf
Install dependencies:
npm install
Run dev server (on port 8080):
npm start