Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ilkersatur/currency-exchange-tracking-platform

💸Get data from CBRT with API, MySql, EF. Generate AJAX, jQuery and D3.js line graph in ASP.NET Core MVC Application📈🏦
https://github.com/ilkersatur/currency-exchange-tracking-platform

ajax asp-net-core bootstrap csharp currency-exchange-rates d3js efcore jquery mysql swagger webapi

Last synced: 8 days ago
JSON representation

💸Get data from CBRT with API, MySql, EF. Generate AJAX, jQuery and D3.js line graph in ASP.NET Core MVC Application📈🏦

Awesome Lists containing this project

README

        

# Currency Exchange Tracking Platform

### Data API 💰

- The API saves the information on the link below in the database.
- https://www.tcmb.gov.tr/kurlar/today.xml
- Date Range must be last 2 months 💲
- Database must be PostreSQL or mySQL
- Data Layer must be EFCore
- The API must be use swagger
- The API must be ASP.Net core
- Programming language must be C#

&nbsp &nbsp &nbsp &nbsp &nbsp

&nbsp &nbsp &nbsp &nbsp &nbsp

### Bussiness API 🤑 💹

- The API fetches the requested exchange rate from the cache.
- Cache source must be the database
- The cache must not use in memory
- The API must be use swagger
- The API must be ASP.Net core
- Programming language must be C# 🏧

### Currency Web Site 💷💳
- Web Interface must be ASP.Net Core MVC
- When clicking the search button, the webpage retrieves data from the Business API and
generate chart.
- Web page must be call the Business API with Ajax and use jQuery Framework.
- Chart must be generate using by d3js framework. 🏦
- Web page must be use bootstrap framework