IFRS16

Live Demohttps://ifrs16-demo.linktera.com.tr/

Table of Contents

Features

Prerequisites

Getting Started

Installation for UI App.

# Unzip UI app
unzip ifrs16-ui.zip

# Change directory
cd ifrs16-ui

# Install NPM dependencies
npm install

# Install Forever (https://www.npmjs.com/package/forever)
[sudo] npm install forever -g

# Then simply start your UI app
forever start app.js

Install for RestAPI App.

# Unzip RestAPI app
unzip ifrs16-api.zip

# Change Directory
cd ifrs16-api

# Make Service
[sudo] ln -s /path/to/ifrs16-api.jar /etc/init.d/ifrs16-api

# Start Service
[sudo] service ifrs16-api start