Forex exchanges is a project for mock trading exchanges, between Great British Pound and USA Dollar, containing a graphic with the historic changes on the currencies.
Ps: This is the server version of the app check here the forex-UI.
To install all this project dependencies
npm install | yarn install
Create and config a .env
file with the following options
PORT="The port that your project must run"
APIKEY="The API key for the currency converter API"
Ps: You can get your APIKEY here - Currency API
USERNAME="your postgresql username"
PASSWORD="your postgresql password"
REDIS_HOST="the host that redis database is running on"
REDIS_PORT="the port that redis database is running on"
Run this project using the following command
npm run dev | yarn dev
This project was developed using the following technologies
Forex Exchanges is MIT licensed.
Develope with ❤ by Herson Douglas | Software Developer