Update README with mongo server instructions

pull/77/head
Branden Byers 2015-02-04 22:45:58 -06:00
parent 0d854de438
commit 27d1fde8d9
1 changed files with 3 additions and 0 deletions

View File

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