An starter pack for visualizing COVID-19 data!
- Clone this repository from your terminal.
git clone https://github.com/rrrliu/api-lesson.git
cd api-lesson
- Make sure you have Node.js and MongoDB installed.
- Install all dependencies within the
client/
andserver/
folders with these in your terminal.
cd client/
npm install
cd ../server
npm install
cd ..
- Follow along with the instructions in the article!
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).