Edx DEV283x course, Assessment 3
- Checkout the source code:
git clone https://github.com/codescu-alexandru/edx-dev283x-ass3.git "folder/name/here"
- Inside the
edx-dev283x-ass3
folder, open a command line and install all the required packages:
cd folder/name/here/
npm install
- Start the MongoDB server
mongod
- Prepare the database:
node load_data.js
- Run the assessment's main script:
node index.js 50