Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 712 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 712 Bytes

crud-Ajax

*API_REST_CRUD-Ajax - Agenda de contactos responsivo utilizando Ajax, JavaScript, Node,Js, servidor JSON Server, archivo tipo JSON como base de datos para persistir los cambios en el tiempo.

Getting started

  • Install nodeJs

  • Install JSON Server

  • npm install -g json-server

Start JSON Server

  • json-server --watch db.json

Resources

Important note

  • In local environments you must emulate a web server (like live server).