Forex App Widget

Prerequisites

This app uses Exchange Rates API which requires an API Key to work.

How to set up development environment

  1. Fork a copy of the repository

  2. Navigate to the root repository from command line and install server dependencies

npm install
  1. Create .env file (root repository) and add your API key
API_KEY=<your key>
  1. Start the server
npm start
  1. Navigate to the client folder and install client dependencies
npm install
  1. Start the app (client folder)
npm start

Notes

This app has not been deployed to production environment