Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 412 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 412 Bytes

News Analyzer

Simple application for storing, indexing and then searching articles from Slovak news.

Instruction for starting

  1. Add articles into RawArticles directories in Data project.
  2. Configure appsettings.json (mainly InitialDaysLoad to set-up initial data load)
  3. Start Api project
  4. Start Data project
  5. Start Client project
  6. Site will be available at https://localhost:4001