Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pavan-kumar2/crud-application
The CRUD app that allows users can add their name , email, phone number and that data is dirctly stored in api with the json formate. That api runs on local server only, for getting data I used fetch method and we can do more operation like delete, update and create data.
https://github.com/pavan-kumar2/crud-application
bootstrap css3 html5 javascript reactjs
Last synced: about 7 hours ago
JSON representation
The CRUD app that allows users can add their name , email, phone number and that data is dirctly stored in api with the json formate. That api runs on local server only, for getting data I used fetch method and we can do more operation like delete, update and create data.
- Host: GitHub
- URL: https://github.com/pavan-kumar2/crud-application
- Owner: pavan-kumar2
- Created: 2023-01-05T11:41:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T06:34:03.000Z (almost 2 years ago)
- Last Synced: 2024-08-07T21:13:46.780Z (3 months ago)
- Topics: bootstrap, css3, html5, javascript, reactjs
- Language: JavaScript
- Homepage:
- Size: 316 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started with Create React App
* step 1: enter ( npm install ) for node package install.
* step 2: enter ( npm install bootstrap ) for intall bootstarp beacuse in this project bootstrap is used.
* step 3: enter ( npm install json-server ) for Install JSON Server Locally.
* step 4: enter ( npm start ) for Runs the app, Open ( http://localhost:3000 ) to view it in your browser.open another terminal
* step 5: enter ( json-server --watch db.json --port 8000 ) for API in the JSON formate.
And this JSON Server available in browswer ( http://localhost:8000/employee )(Both terminal must be open)