Update README with mongo server instructions

This commit is contained in:
Branden Byers
2015-02-04 22:45:58 -06:00
parent 0d854de438
commit 27d1fde8d9

View File

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