/dhobi-seva-nodejs

Laundry app for Vipassana centres (on Node)

Primary LanguageJavaScriptMIT LicenseMIT

dhobi-seva-nodejs

Laundry app for Vipassana centres (on Node)

How to run the app

Software requirements :

Clone the repo and install dependencies:

git clone https://github.com/nilenso/dhobi-seva-nodejs.git
cd dhobi-seva-nodejs
npm install

Update configurations

cd config
  • Update admin_id with the admin's mobile number in admin.json
  • Set the username and password to your postgreSQL credentials in db_settings.json
  • Update your Account Kit credentials in account_kit.json

Run webpack

npm run-script build

Run tests

npm test

Run app

npm start