Closed evangdesigns closed 4 years ago
USER STORY As a developer I need seed data to pull from in order to display in the website.
AC
DEV Create JSON data • create environments.json seed data in the db folder of the project • create 10 environments following this format:
environments.json
db
{ "environment1": { "latitude": "", "longitude": "", "temperature": "", "depth": "", "current": "", "pressure": "", }, }
USER STORY As a developer I need seed data to pull from in order to display in the website.
AC
DEV Create JSON data • create
environments.json
seed data in thedb
folder of the project • create 10 environments following this format: