Merge pull request #77 from FreeCodeCamp/brndnb-readme

Update README with mongo server instructions
This commit is contained in:
Nathan
2015-02-06 09:01:03 -08:00

View File

@ -55,6 +55,9 @@ LINKEDIN_SECRET='LINKEDIN APP SECRET'
```bash
# Start the mongo server
mongod
# Seed your database with the challenges
node seed_data/seed.js