Skip to content

Doug821/Forex-API

Repository files navigation

Forex

Exchanges

code style: prettier Tested with Jest

💻 Introduction

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.


🎮 Installation and run

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

🚀 Technologies

This project was developed using the following technologies


📝 License

Forex Exchanges is MIT licensed.


Develope with ❤ by Herson Douglas | Software Developer

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published