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

AnmolPandey06/CoviDesk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoviDesk

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

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. 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

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

Languages

  • JavaScript 79.0%
  • CSS 18.2%
  • Python 1.9%
  • Other 0.9%