Skip to content

avcibatuhan/ASP.NET-MVC-CurrencyProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASP.NET MVC Currency Project

UygulamaGörüntüleri-1

Table of contents

General info

This project is made using technologies like C#,ASP.NET MVC,JavaScript,HTML5,CSS3,Entity Framework.

This project created for the get last six month Dollar,Euro and Sterling data from the TCMB(Turkish Central Bank) and save it to the your SQL server. Client side use this data and draw a lot graphs (Eur/Usd,Eur,Dollar,Sterling etc.)

Technologies

Project is created with:

  • Visual Studio version: 2019
  • Bootstrap version: 3.4.1
  • Jquery library version: 3.4.1
  • Entity Framework version: 6.0.0
  • SQL Server 2014

Setup

  1. Open Dovizkurlari.sln with Visual Studio.

  2. Create a database table like this

Veritabanı Tablo Görünümü

3.Example TCMB XML data

TCMBkaynakKod

4.Connect your SQL Server and Entity Framework

5.You should Uncomment SaveSixMonthData() for ONCE! After that you must comment it AGAIN!

Because it's save to database last six month data just one time.When it's do that once, it doesn't need anymore.

SaveSixMonth

6.Run project once, when it's data scraping job done stop the project and don't forget comment the SaveSixMonthData() function.

7.Now project is ready!!

Code Examples

  • Fetching six month data with dynamic url:

DynamicUrl (2)

  • Using Javascript get data from the Backend, filter json as a EUR,USD,GBP. Call draw graph function.

karışıkDataGrafikPush

  • Get weekly data from SQL Server on the backend and return JSON:

WeeklyAllDataController

Screenshots

  • EUR/TL, USD/TL, GBP/TL graphs

3 ayrı veri

  • EUR/TL, USD/TL, GBP/TL in same graph

3AylıkKarışıkData

  • EUR/USD Graph

eurUSDGrafik

Have Fun!!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published