Skip to content

A Web Application where people can help hospitals and government, by giving information about available beds. And many more features !

Notifications You must be signed in to change notification settings

abhishak3/CoviDesk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoviDesk

A Web Application made using Flask where different NGO's can collaborate and provide some useful information about availability of oxygen or empty beds at different hospitals. All the useful information can be found at a place.

Installation

  1. Clone the repository on your system.
git clone https://github.com/abhishak3/CoviDesk

Now, navigate into the downloaded repository and follow these steps.

  1. Setting up Python Virtual Environment
  • Download virtualenv python package

    pip install virtualenv
    
  • Creating Virtual Environment

    • For Windows

      python -m venv venv
      
    • For Linux or MacOs

      python3 -m venv venv
      
  1. Installing Dependencies

    pip install -r requirements.txt
    
  2. Setting up Environment Variables

  • For Windows

    set FLASK_APP=run.py
    set FLASK_ENV=development
    set FLASK_CONFIG=development
    set SECRET_KEY=yoursecretkey
    
  • For Linux or MacOs

    export FLASK_APP=run.py
    export FLASK_ENV=development
    export FLASK_CONFIG=development
    export SECRET_KEY=yoursecretkey
    
  1. Running the Application
flask run

How it works ?

  • First, the NGOs can register on our site.
  • Then they need to login in order to inform people about the empty beds.
  • Once they are logged in they can add empty beds information on our Application which will be then available to normal user.
  • Normal users can only view the empty beds info.

NOTE : This is a prototype Web Application and is still under development.

About

A Web Application where people can help hospitals and government, by giving information about available beds. And many more features !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published