Skip to content

A news app which fetch data dynamically from the given API(s). Celery, CeleryBeat, Redis are used fetch data and categorized news articles. Notification engine which notifies various users if any subscribed category is fetched newly.

Notifications You must be signed in to change notification settings

parthshah27/news_app

Repository files navigation

News App

Development environment setup


  $ docker-compose build

  $ docker-compose up


Migrations


  $ docker-compose run --rm web python manage.py makemigrations

  $ docker-compose run --rm web python manage.py migrate

Run shell


  $ docker-compose run --rm web python manage.py shell
Note: ".env" file is shared in email.
Please add email and password for sending emails.
Migrations will be executed initially and super user will be by default created from settings.base.ADMINS.

Thanks for Reading

About

A news app which fetch data dynamically from the given API(s). Celery, CeleryBeat, Redis are used fetch data and categorized news articles. Notification engine which notifies various users if any subscribed category is fetched newly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages