Skip to content

A starter app and tutorial involving COVID-19 visualizations, built on the MERN stack. See the attached blog post and recorded video from the contributors!

Notifications You must be signed in to change notification settings

rrrliu/api-lesson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

API Lesson Starter Code

Introduction

An starter pack for visualizing COVID-19 data!

Setup:

  1. Clone this repository from your terminal.
git clone https://github.com/rrrliu/api-lesson.git
cd api-lesson
  1. Make sure you have Node.js and MongoDB installed.
  2. Install all dependencies within the client/ and server/ folders with these in your terminal.
cd client/
npm install
cd ../server
npm install
cd ..
  1. Follow along with the instructions in the article!

Solutions:

If you're stuck or lost, you can view the completed files on either the solution-mongoDB or solution-mongoose branch (they both do the same thing, just with a different framework).

About

A starter app and tutorial involving COVID-19 visualizations, built on the MERN stack. See the attached blog post and recorded video from the contributors!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •