Switch order of starting mongo server directions
This commit is contained in:
@ -55,12 +55,12 @@ LINKEDIN_SECRET='LINKEDIN APP SECRET'
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
||||||
# Seed your database with the challenges
|
|
||||||
node seed_data/seed.js
|
|
||||||
|
|
||||||
# Start the mongo server
|
# Start the mongo server
|
||||||
mongod
|
mongod
|
||||||
|
|
||||||
|
# Seed your database with the challenges
|
||||||
|
node seed_data/seed.js
|
||||||
|
|
||||||
# start the application
|
# start the application
|
||||||
gulp
|
gulp
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user