- This is a digital remittance service that helps you send money abroad.
- DirectExchange foreign currency exchange provides users with an online platform where they can exchange currencies with one another.
- This service essentially cuts out the middleman—banks, foreign exchange (forex) services, and other institutions—by allowing users to make trades between themselves. Since there are no dealers involved, users may get a better rate on their exchange.
It essentially cuts out the middleman—banks, foreign exchange (forex) services, and other institutions — by allowing users to make trades between themselves. Since there are no dealers involved, users may get a better rate on their exchange.
- FireBase authentication was used in order to give users the flexibility to sign in with google or then can also authenticate themselves with email and password as well.
- Users can directly accepting any offer or posting a counter offer directly without creating an offer from the user itself.
- Also, users can browse split offers or the offers in range of his/her offer and can directly accept the same.
- Apart from that time-limit has been set to accept the offer and complete the transaction so as to avoid delay in serving any request.
Using this application is simple. Users register with a Direct Exchange currency exchange service for an online account to make deposits. Depending on the prevailing rates, users can accept a given exchange rate or bid on an exchange rate of their choosing. The application then makes a match, shows a change in the ownership of funds, and remits them once all parties complete the transaction through a simple domestic transfer. No currency ever leaves the country but is merely exchanged between users. Users can send money to any person even to their own account in another country.
Exchanges are particularly convenient for common currencies like USD, GBP, EUR, RMB, and INR where there are always many people looking to exchange. Because the platforms depend on connecting individual users in different countries, users of smaller currencies may not immediately find a good corresponding match.
- Posting an offer:
- My offers page with counter offers if someone has made it:
- Browse offer page from which multiple actions can be taken:
- Filter offers by Source and Destination currency and currency amount:
- Sending message to another offer maker:
- On your local device you need to have java, NodeJS and NPM(Node Package Manager) installed to succesfully run this project.
- Clone the repository from the master branch.
- Setup a MySQL server somewhere either localy or like we did in AWS RDS.
- Go to backend/src/main/resources/application.properties.
- Change spring datasource url, username and password to your own values of MySQL server.
spring.datasource.url=jdbc:mysql://localhost:3306/DirectExchange?suseUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UT spring.datasource.username=root spring.datasource.password=admin123 - Go to frontend.
- run
npm install- Create a .env file with the following content.
REACT_APP_BACKEND_URL= http://localhost:8080 - Run the backend server by running DirectExchange/DirectExchangeApplication.javafile.
- To run the frontend server go to frontend and run
npm start
- Aayush Sukhadia
- Deepen Patel
- Harshil Shah
- Narain







