YasmineEl-shahat / employees-crud

This project is full crud operation on json fake server using [JQuery ajax]

Home Page:https://posts-742u.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This project is full crud operation on json fake server using JQuery ajax and JSON Server

Installation and usage

npx json-server --watch Data/employees.json the data will be found at "http://localhost:3000/employees/"

run live server at port: 5500

how Ajax requests used

$.ajax({ url: "" , type: "DELETE | POST | PUT | GET", success: function (re) { console.log(re); }, catch: function (Error) { console.log(Error); }, });

About

This project is full crud operation on json fake server using [JQuery ajax]

https://posts-742u.vercel.app


Languages

Language:JavaScript 45.6%Language:HTML 35.6%Language:CSS 18.8%