Please enable JavaScript.
Coggle requires JavaScript to display documents.
Smart FX Trade - Coggle Diagram
Smart FX Trade
Model
Fx- provider :check:
fx_id
Fx_name
fx_country_name
fx_brockrage_rate
fx_pwd
fx_username
fx_exchange_currency
currency_id
fx_email
Customer :check:
cust_id
cust_name
cust_email
cust_username
cust_pwd
Forex Rate :check:
fx_provider_id
curr_id
Buy_rate
Avg_Buy_Rate
per_change_Buy
sell_rate
Avg_sell_rate
per_sell_change
timestamp
Trading History :check:
cust_id
fx_id
curr_id
buy_amount
sell_amount
Rating :check:
fx_id
cust_id
rating(out of 5)
Routes
FX Provider
Fx_Auth
FX- rate
fx-rate/create
fx-rate/get
Currency
create post
get-currency get
Customer
Cust_Auth :check:
Register(Sign-up)(Post)
Login(Sign-in)(Post)
Signout(Post)
Rating :check:
rating/create-rating (post)
rating/ get-rating/:fx-provider-id (get)
Trade
trade/
Search
search/fx-provider
Controllers