Skip to content

Databases integration

AMARDEEP KUMAR requested to merge ad_6398/social-street-smart:newsDB into master

this MR includes:

  1. integration of flask sqlalchemy ORM to handle our postgres database.

  2. DB schema definition and functionality to store, retrieve and delete data points in DB.

  3. DB to store authentic news and other scraped news so that we don't always require to scrap news.

  4. config and env file for better functionality of API

Merge request reports