Skip to content

codescu-alexandru/edx-dev283x-ass3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

edx-dev283x-ass3

Edx DEV283x course, Assessment 3

How to execute the assessment

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

About

Edx DEV283x course, Assessment 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published