Skip to content

ayushganguli1769/corona

Repository files navigation

Backend Repository of Corona Tracker

Android Repository at Android Repository

More Links

Android APK Demo: App Demo Website Demo:Website Demo
Pitch: Powerpoint Presentation

Current Status:

Code hasn't been merged to master. Latest code currently at pubnub-sockets branch

Hosted at: Website

This directory contains the API and administrative panel. We are going to shift hosting service to AWS as pythonanywhere doesn't support background tasks.

Android Application Google Drive link

Covid Tracking Application

How to run this project?

Clone the branch pubnub-sockets Set up postgres Edit database configuration at corona->setting.py line 87

  pip install virtualenv
  virtualenv .
  .\scripts\activate
  pip install -r requirements.txt
  cd corona
  python manage.py migrate
  python manage.py createsuperuser
  python manage.py runserver


On another terminal run the command after activating virtual environment

  python manage.py process_tasks
  

This command is required to access contact tracing page