Skip to content

muhammadashraf/leancompanies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting "Lean Companies" application code

This is the code for the sample 'LeanCompanies' application.

Clone this branch with the following commands (in a fresh folder)

$ git init
$ git clone https://github.com/muhammadashraf/leancompanies.git

Install the npm module dependencies:

$ cd leancompanies
$ npm install

To load the data into the MongoDB database:

$ mongo

and then copy the content of the file, LoadCompaniesInMongoDB.txt, into the shell running mongo.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published