Wokoro / enye-backend-task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

TRANSACT API

Transact, is a Restful api, to power Transact frontend.

Requirements

Transact API is built with Node.js which is a backend technology and Express which is a framework that enables creating Node.js applications easier.

Transact API requires the installation of Node.js and npm (Node Package Manager). The backend is written in ES2015 so Babel is needed to transpile the codebase.

Technologies

Installation

  • Clone or download this repository

  • Install dependencies

  • Start the server

git clone repository

npm install

npm start
PO
Team Members

Features

Endpoint TYPE DESCRIPTION Query params Request Params
/api/rates GET Endpoint to get currency exchange rate base(e.g CYK), currency(CAD,ISK,PHP) None

Find documentation here for more details

Tests

npm run test

License

LICENSE

About

License:Other


Languages

Language:JavaScript 100.0%