Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 424 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 424 Bytes

jQuery-AJAX-REST-API

jQuery-AJAX-REST-API with Node.js server that create, read, update and delete Golf players from a file. Create and Update players with first name's letter in uppercase format. Ex: 'jOrdAn spietH'. Does not accept empty inputs. Uses some ECMAScript 6 features.

To run

Create a Node.js Server with the this project: run 'npm install' then 'node server.js' open localhost:3000 in the browser to test.