Switch order of starting mongo server directions

This commit is contained in:
Branden Byers
2015-02-06 00:14:41 -06:00
parent 27d1fde8d9
commit ac778b1a5a

View File

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