Coder Social home page Coder Social logo

anshcena / covia Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 25.05 MB

COVID-19 platform for real-time updates from trusted and reliable sources. COVIA 2020 is a cross platform app shipped as Progressive Web Application. Backend is developed using Django

License: MIT License

Python 12.77% JavaScript 2.11% TypeScript 58.43% HTML 16.41% CSS 10.28%

covia's Introduction

Hits

COVIA

COVID-19 information platform containing data curated from trusted sources. Take risk assessment test anonymously. Social Barometer is provided which shows bird's-eye view of the responses.

Live server

https://covia.robomx.tech

Data Source

  • WHO - World Health Organization.
  • MOHFW - Ministry of Health and Family Welfare (India).
  • MyGov - MyGov is a citizen engagement platform.

External Source

How to contribute?

  • Fork the repository and create pull requests.

  • For backend:

    • cd backend_django
    • Create a credentials.py file containing following info:
      SECRET_KEY = 'XXxxxXXXXx'
      ALLOWED_HOSTS = ['*']
      HOST = 'XXXxXXXX'
      DB_PASS = 'xxXxXxxXX'
      DB_USER = 'XXxxXX'
      
    • Install dependencies:
      pip3 install -r requirements.txt.
    • Run migrations (optional):
      python3 manage.py makemigrations && python3 manage.py migrate
    • Run server:
      python3 manage.py runserver.
  • For frontend:

    • cd frontend_ionic.
    • Install dependencies: npm install.
    • Start ionic server: ionic serve.
    • For Android:
      ionic cordova run android

Tech Stack

  • Django 2.2
  • Ionic 4.11
  • Angular 8.2
  • MongoDB 4.2

covia's People

Contributors

anshcena avatar dependabot[bot] avatar mexsonfernandes avatar rahulsharma991 avatar the-deadshot avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.