Skip to content

HackCovid19brasil/covidhelper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

covidhelper UNDER DEVELOPMENT

Help with covid 19.

Install

sudo apt install python3.7-venv python3.7-dev python3.7-distutils npm  # For Debian-like systems.
git clone https://github.com/rabizao/covidhelper.git
cd covidhelper/
python3.7 -m venv venv
source venv/bin/activate
pip install -e .

Use

For backend:

source venv/bin/activate
cd backend/
flask run

For frontend:

source venv/bin/activate
cd frontend/
npm install
npm start

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.0%
  • Python 34.5%
  • CSS 6.8%
  • Other 0.7%