#!/bin/bash

# Go to app folder
cd /var/www/html/api.shopperr.in/

# Installing dependencies with npm
sudo npm install
