Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keshavabanda/dojo-blog-json-server
This application will perform the CRUD Operation with Json Server (you can add/delete/read) data
https://github.com/keshavabanda/dojo-blog-json-server
css html javascript json-server npm react
Last synced: 11 days ago
JSON representation
This application will perform the CRUD Operation with Json Server (you can add/delete/read) data
- Host: GitHub
- URL: https://github.com/keshavabanda/dojo-blog-json-server
- Owner: keshavaBanda
- Created: 2024-06-26T16:08:24.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-26T17:08:40.000Z (5 months ago)
- Last Synced: 2024-06-27T20:48:54.673Z (5 months ago)
- Topics: css, html, javascript, json-server, npm, react
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to run this application to see proper output
## step 1:
First you need to install dependenices then run the code with command npm start.
```
npm install && npm start
```## step 2:
To see the backend data on UI you need to run below command
```
npx json-server --watch data/db.json --port 8000
```## step 3:
Reload the page you will see the data which was there in json server. Also you can perform action CRUD(Crate a blog, Read a blog, Delete a blog)
update/patch a blog is available for now. I am going to add those future in upcoming version.Go to browser where app running press ```Ctrl + R```