Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 888 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 888 Bytes

LiveCrawlingDemo - Crawl traditional Vietnamese lottery result demo

Techstack: Dot Net 7, SQL Server, Entity Framework Core, jQuery.

Create database using Code-first migration.

Using Entity Framework Core to create and update data in database.

Using Hangfire library to execute recurring jobs as create and update live lottery result.

Using Fizzler HtmlAgilityPack to crawling data from external sources, e.g ketqua.net website (https://ketqua9.net/).

Using SignalR for send/receive real-time lottery data to client view.

Using Mustache - 3rd party JavaScript library, render HTML templates which works with dynamic data to view.

Create database in SQL Server: In Visual Studio, select Tools -> Nuget Package Manager -> Package Manager Console. Enter: update-database then run project to generate database, in SQL Server you choose Authentication type is Windows Authentication.