Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 791 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 791 Bytes

CITF Public API endpoint server source code

Introduction

CITF Public self hosted API endpoint which is written using Node.JS express framework that served CSV data into JSON format.

If have any bug or issues, please open a tickets in issue tabs.

Author Profile

Name Lee Li Wei
GitHub Profile https://github.com/leeliwei930/
Portfolio https://techrino.net
Email leeliwei930@gmail.com

Setup

Step 1: Install all dependencies

yarn

Step 2: Run Tensorflow Build

npm rebuild @tensorflow/tfjs-node --build-addon-from-source

Step 3: Copy .env.example to .env

cp .env.example .env

Step 4: Start the server

npm run serve