Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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📈🏦
- Host: GitHub
- URL: https://github.com/ilkersatur/currency-exchange-tracking-platform
- Owner: ilkersatur
- License: mit
- Created: 2023-02-10T09:30:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T11:23:30.000Z (5 months ago)
- Last Synced: 2024-07-15T13:32:06.536Z (5 months ago)
- Topics: ajax, asp-net-core, bootstrap, csharp, currency-exchange-rates, d3js, efcore, jquery, mysql, swagger, webapi
- Language: JavaScript
- Homepage:
- Size: 27.4 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
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#         
         
### 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