AI-News-Team / AI-News

AI written news articles... what could possibly go wrong!
0 stars 0 forks source link

59 implement categories in api #68

Closed ArtemKech closed 1 year ago

ArtemKech commented 1 year ago

Changes:

In scraper:

Fixed the bugs related to the scraping the body of the articles ( BBC and CNN). It was ignoring some pieces of the article.

In server/api:

Also, got rid of the fake articles and any code related to it (it's not a thing anymore since we have actual categories)

New changes (12/06/23):

Merged this branch with Greg's latest one to avoid merge conflicts. Resolved merge conflicts. Fixed the issue with article.getAll route. NOTE: I checked everything. DB and API run fine. Scraper scrapes the data and sends it to API. The data displays after requesting the routes and it also displays (+ sends it to the server) after reWriter paraphrased the articles.

Completed issues: