Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)