diff --git a/.gitignore b/.gitignore index 9b31034..13dcbe8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ node_modules -.env \ No newline at end of file +.env + +package-lock.json \ No newline at end of file diff --git a/db.json b/db.json index e290825..d244654 100644 --- a/db.json +++ b/db.json @@ -1,16 +1,21 @@ { + "store": [ + { + "id": 1, + "name": "Storyt", + "description": "super store" + } + ], "projects": [ { "id": 1, - "title": "Module 2 Project", - "description": "Module 2 project - Integrate a React app with backend.", - "userId": 1 + "storeId": 1, + "name": "Build a React App" }, { "id": 2, - "title": "Module 3 Project", - "description": "Create a full-stack application using MERN stack.", - "userId": 1 + "storeId": 1, + "name": "Create a Form" } ], "tasks": [