ma08serrano / transaction-methods

transaction-methods

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Requires Node.JS and pm2 for handling the app.

First clone the repo and enter the repo:

$ git clone https://github.com/MarkdaleMGMT/transaction-methods.git
$ cd markdale_api 

Install pm2 with

$ npm install pm2@latest -g

Install the dependencies.

$ npm install

Start the server:

$ pm2 start server.js

To view logs:

$ pm2 status

Check what id our app is running on (the row that says index), typically it'll be 0 Then run:

$ pm2 log 0

Updating local repo:

$ git pull
$ pm2 restart 0

About

transaction-methods


Languages

Language:JavaScript 86.4%Language:PLpgSQL 7.1%Language:Shell 4.6%Language:TSQL 1.9%