About The Project

A simple news crawler web app written in ASP.NET Core

Technologies

Installation

  1. Clone the repository

    git clone https://github.com/deverzius/news-crawler-aspnet-core
  2. Change directory and build the project

    cd news-crawler-aspnet-core
    dotnet build
  3. Run the project

    dotnet watch