Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 900 Bytes

README.md

File metadata and controls

43 lines (32 loc) · 900 Bytes

Guardio Cafe | MATTR Demo App

cafe.guardio.wso2isdemo.com

image

Requirements

  • Node.js (v16.16.0 recommended)
  • npm (8.11.0 recommended)

Common setup

  • Clone the repo and install the dependencies. You will need node and npm installed globally on your machine.

     git clone https://github.com/chaminjay/mattr-express-demo-app.git
     cd mattr-express-demo-app
  • Setting up environmental variables:

    • Rename .env-template to .env and fill up the values accordingly.
  • Installation:

     npm install
  • To Start Server:

     npm start
  • Run app in production mode:

     npm run start:prod
  • Run app in dev mode:

     npm run dev