Currency conversion fees are usually considered to be unavoidable. But due to the amount of money exchanged globally between different currencies, traders could easily exchange the money directly between themselves, thus avoiding the conversion fees imposed by the banks. This website is where people would post what currencies they have and which ones they desire. Once a match is found they trade directly with the posted contact information.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Download npm and node.js, and yarn
- Once npm is downloaded, download all the project dependencies
To download npm run the following command:
> npm install -g npm
To download yarn run the following command:
> npm install --global yarn
And to download all the dependencies run the following command, in both the root and client directory:
> yarn install
- Download the dependencies mentioned above
- Run the following command in the root directory to deploy the web app on http://localhost:4000:
> yarn start
Note: these dependencies can also be found in the package.json file, along with the full list.
- jest-dom - Version 5.16.1
- react - Version 12.1.2
- firebase - Version 9.6.1
- react-firebase-hooks - Version 4.0.1
- react-helmet - Version 6.1.0
- web-vitals - Version 2.1.2
- jsonwebtoken - Version 8.5.1
- morgan - Version 1.9.1
- npm-run-all - Version 4.1.5
- passport - Version 0.4.1
- passport-jwt - Version 4.0.0
- passport-local - Version 1.0.0
- Miles Zaman - Sole Contributor - mhzaman-cs
This project is licensed under the MIT License - see the LICENSE.md file for details