From 27d1fde8d9c11a4c02aad7704dc939e78ea85bf9 Mon Sep 17 00:00:00 2001 From: Branden Byers Date: Wed, 4 Feb 2015 22:45:58 -0600 Subject: [PATCH] Update README with mongo server instructions --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 46f1d5b0cf..a3ecb26017 100644 --- a/README.md +++ b/README.md @@ -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