Skip to content

fcw-demo/mattr-express-demo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published