add and delete json server added
Showing
db.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | ... | @@ -6,7 +6,10 @@ |
"@testing-library/jest-dom": "^5.16.2", | ||
"@testing-library/react": "^12.1.3", | ||
"@testing-library/user-event": "^13.5.0", | ||
"bootstrap": "^5.1.3", | ||
"json-server": "^0.17.0", | ||
"react": "^17.0.2", | ||
"react-bootstrap": "^2.1.2", | ||
"react-dom": "^17.0.2", | ||
"react-icons": "^4.3.1", | ||
"react-scripts": "5.0.0", | ||
... | ... | @@ -16,7 +19,8 @@ |
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test", | ||
"eject": "react-scripts eject" | ||
"eject": "react-scripts eject", | ||
"server": "json-server --watch db.json --port 5000" | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
... | ... |
src/components/AddStudent.js
0 → 100644
src/components/AddTodo.js
deleted
100644 → 0
src/components/Students.js
0 → 100644
src/components/Todo.js
deleted
100644 → 0
src/components/Todos.js
deleted
100644 → 0
Please
register
or
sign in
to comment