healthify-app


External Dependencies

Install and Running Application

  • Install prerequisites
$ pip install requirements.txt
  • Run migrations
$ python manage.py migrate
  • Run application
$ python manage.py runserver

Demo

Please check DEMO for further details

Limitations

  • For now we are using only images which are hosted in external server. So for image_url please specify external image url
  • As we don't have users table to execute query given by user, we just created a function send_notification only using notification_payload. So its a dummy function