Skip to content

COVISER: The Covid-19 Travel Advisor. This is a site was the final project for my class at Code Platoon. It tracks COVID-19 throughout the United States. It tracks positive cases, death, hospitalizations, and tests for the whole country and individual states. It also allows you to drill down to individual states for their respective info.

Notifications You must be signed in to change notification settings

GTDelta/Code-Platoon-Final-Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coviser: The Covid-19 Travel Advisor

Final Project for Code Platoon

I worked on the APIs and data for the site, the line charts and info for the map.

As of March 7th, the API will no longer be updated so there may be some missing information.

Django API

Backend command to start API:

$ cd covid_api
$ python -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
if you are having issues with psycopg2, run this command instead:
$ env LDFLAGS="-I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib" pip install psycopg2
$ python manage.py runserver

React App

Frontend command to start server:

$ npm install

Run the following test before committing changes:

$ npm run test

About

COVISER: The Covid-19 Travel Advisor. This is a site was the final project for my class at Code Platoon. It tracks COVID-19 throughout the United States. It tracks positive cases, death, hospitalizations, and tests for the whole country and individual states. It also allows you to drill down to individual states for their respective info.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 56.2%
  • JavaScript 31.7%
  • Python 7.6%
  • CSS 3.7%
  • HTML 0.8%