t1mwillis / sample-data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Data

Week 2 Lecture

$ mongoimport --db=week2 --collection=users users.json

Week 3 Lecture

$ git clone git@github.com:UW-PCE-JSCRIPT-400-Summer-2020/sample-data.git
$ cd sample-data/week3
$ npm install
$ node gen-users.js

About

License:MIT License


Languages

Language:JavaScript 100.0%