nss-evening-cohort-10 / nutshell-star-destroyer

0 stars 1 forks source link

Missions: Seed Data missions.json #73

Closed rarceneaux closed 4 years ago

rarceneaux commented 4 years ago

User Story

As a user, the seed data for the missions will be displayed to me on the the page.

AC

The data is there

Dev Notes

Enter 2 seed data missions for page load CRUD's into the db missions.js file and import into firebase:


mission1{
"id": "mission1",
"missionTitle":"string",
"missionImg":"string",
"systemID": "system1",
"enemyID": "randyTateJr"
},
mission2{
"id": "mission2",
"missionTitle":"string",
"missionImg":"string",
"systemID": "system2",
"enemyID": "jeffBezos"
}