Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (18 loc) · 971 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 971 Bytes

COVIDB_com

Covid's 2.0 For this project you will need:

  • AWS amplify
  • npm (node packet manager)
  • Google Developers Account
  • React & Python 3.3 >=

Getting Started

  • we recommend VSCode or PyCharm/Webstorm for this project but anything will do
  • navigate to the directory cohack and npm i
  • navigate to cohack/flask_analysis from project root
  • pip install -r requirements.txt
  • get a Google developers account and create a cohack/.env.local file with the following environment variables
    • REACT_APP_GOOGLE_MAPS_KEY="<YOUR_KEY_HERE>"
    • have the following API's Activated: Geocoding API, Maps Javascript API, and Places API
  • to run this project make sure the flask api server is started

Thanks for checking out our project