Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 284 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 284 Bytes

Sixth-Task

  1. A Javascript boilerplate code to Implement REST Service Calls Using Xmlhttprequest Technique
  2. A simple CRUD api: A book directory, where you would need to create endpoints, using the four most basic methods: GET, POST, PUT and DELETE without implementing database.