/tiphone-api

Primary LanguageJavaScript

Thipone TRI

Requirements

  • Nodejs & Npm >= 12.x.x, install nodejs (preferably using node version manager 'nvm')

First Time Installation

Clone the repo:

git clone https://github.com/mimron/tiphone-api.git
cd tiphone-api

Install the dependencies:

npm install

Set the environment variables:

cp .env.example .env
# copy then open .env and modify the environment variables (if needed)

Running Program:

npm run start

Development

Running program when development mode:

npm run start:dev