Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 514 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 514 Bytes

BtExample

This project was generated with Angular CLI version 6.0.8.

Installation

$ npm install

Run frontend

Add the environment file, .env:

FOREX_API_KEY='yourApiHere'
PREFIX='/api/v1'
PORT=7777
DEBUG=true

You will need a Forex API key, please register and get one.

Run server

$ npm run start:server

Testing server

$ npm run test:server
# Or watch it if you prefer
$ npm run watch:server